ec2_create_dhcp_options: Creates a custom set of DHCP options

View source: R/ec2_operations.R

ec2_create_dhcp_optionsR Documentation

Creates a custom set of DHCP options

Description

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.

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 May 29, 2024, 9:16 a.m.