aws::dhcp-option

Creates a DHCP option set with the specified options.

Example

aws::dhcp-option example-dhcp
    domain-name: example.com
    domain-name-servers: [192.168.1.1, 192.168.1.2]
    ntp-servers: [10.2.5.1]
    netbios-name-servers: [192.168.1.1, 192.168.1.2]
    netbios-node-type: 2
end

Attributes

Attribute Description
domain-name The domain name for the DHCP option set.
domain-name-servers set A list of domain name servers for the DHCP option set.
ntp-servers set A list of ntp servers for the DHCP option set.
netbios-name-servers set A list of ntp bios servers for the DHCP option set.
netbios-node-type The net bios node type for the DHCP option set.

Outputs

Attribute Description
id The ID of a custom DHCP option set. See DHCP Options Sets.