Dhcp Options Args
data class DhcpOptionsArgs(val domainName: Output<String>? = null, val domainNameServers: Output<List<String>>? = null, val netbiosNameServers: Output<List<String>>? = null, val netbiosNodeType: Output<Int>? = null, val ntpServers: Output<List<String>>? = null, val tags: Output<List<DhcpOptionsTagArgs>>? = null) : ConvertibleToJava<DhcpOptionsArgs>
Resource Type definition for AWS::EC2::DHCPOptions