ec2_create_dhcp_options: Creates a set of DHCP options for your VPC

View source: R/ec2_operations.R

ec2_create_dhcp_optionsR Documentation

Creates a set of DHCP options for your VPC

Description

Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see RFC 2132.

See https://www.paws-r-sdk.com/docs/ec2_create_dhcp_options/ for full documentation.

Usage

ec2_create_dhcp_options(
  DhcpConfigurations,
  TagSpecifications = NULL,
  DryRun = NULL
)

Arguments

DhcpConfigurations

[required] A DHCP configuration option.

TagSpecifications

The tags to assign to the DHCP option.

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.