Creates a custom set of DHCP options. After you create a DHCP option set, you associate it with a VPC. After you associate a DHCP option set with a VPC, all existing and newly launched instances in the VPC use this set of DHCP options.
See https://www.paws-r-sdk.com/docs/ec2_create_dhcp_options/ for full documentation.
ec2_create_dhcp_options(
DhcpConfigurations,
TagSpecifications = NULL,
DryRun = NULL
)
[required] A DHCP configuration option.
The tags to assign to the DHCP option.
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
.