Readonly
accountsAn array of friendly account names to deploy the options set.
This is the logical name
property of the account as defined in accounts-config.yaml.
Readonly
domain(OPTIONAL) A domain name to assign to hosts using the options set.
CAUTION: Changing this property value after initial deployment causes the DHCP options set to be recreated. Please be aware that any downstream dependencies may cause this property update to fail.
Readonly
domain(OPTIONAL) An array of IP addresses for domain name servers.
CAUTION: Changing this property value after initial deployment causes the DHCP options set to be recreated. Please be aware that any downstream dependencies may cause this property update to fail.
Readonly
nameA friendly name for the DHCP options set.
CAUTION: Changing this property value after initial deployment causes the DHCP options set to be recreated. Please be aware that any downstream dependencies may cause this property update to fail.
Readonly
netbios(OPTIONAL An array of IP addresses for NetBIOS servers.
CAUTION: Changing this property value after initial deployment causes the DHCP options set to be recreated. Please be aware that any downstream dependencies may cause this property update to fail.
Readonly
netbios(OPTIONAL) The NetBIOS node type number.
CAUTION: Changing this property value after initial deployment causes the DHCP options set to be recreated. Please be aware that any downstream dependencies may cause this property update to fail.
Readonly
ntp(OPTIONAL) An array of IP addresses for NTP servers.
CAUTION: Changing this property value after initial deployment causes the DHCP options set to be recreated. Please be aware that any downstream dependencies may cause this property update to fail.
Readonly
regionsReadonly
tags(OPTIONAL) An array of tags for the options set.
Generated using TypeDoc
NetworkConfig / DhcpOptsConfig
VPC Dynamic Host Configuration Protocol (DHCP) options sets configuration. Use this configuration to define custom DHCP options sets for your VPCs. Custom DHCP option sets give you control over the DNS servers, domain names, or Network Time Protocol (NTP) servers used by the devices in your VPC.
The following example creates a DHCP option set named
accelerator-dhcp-opts
in theNetwork
account in theus-east-1
region. The options set assigns a domain name ofexample.com
to hosts in the VPC and configures the DNS server to1.1.1.1
.Example