GetVpcDhcpOptionsResult

data class GetVpcDhcpOptionsResult(val arn: String, val dhcpOptionsId: String, val domainName: String, val domainNameServers: List<String>, val filters: List<GetVpcDhcpOptionsFilter>? = null, val id: String, val ipv6AddressPreferredLeaseTime: String, val netbiosNameServers: List<String>, val netbiosNodeType: String, val ntpServers: List<String>, val ownerId: String, val tags: Map<String, String>)

A collection of values returned by getVpcDhcpOptions.

Constructors

Link copied to clipboard
constructor(arn: String, dhcpOptionsId: String, domainName: String, domainNameServers: List<String>, filters: List<GetVpcDhcpOptionsFilter>? = null, id: String, ipv6AddressPreferredLeaseTime: String, netbiosNameServers: List<String>, netbiosNodeType: String, ntpServers: List<String>, ownerId: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the DHCP Options Set.

Link copied to clipboard

EC2 DHCP Options ID

Link copied to clipboard

Suffix domain name to used when resolving non Fully Qualified Domain NamesE.g., the search value in the /etc/resolv.conf file.

Link copied to clipboard

List of name servers.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

How frequently, in seconds, a running instance with an IPv6 assigned to it goes through DHCPv6 lease renewal.

Link copied to clipboard

List of NETBIOS name servers.

Link copied to clipboard

NetBIOS node type (1, 2, 4, or 8). For more information about these node types, see RFC 2132.

Link copied to clipboard

List of NTP servers.

Link copied to clipboard

ID of the AWS account that owns the DHCP options set.

Link copied to clipboard

Map of tags assigned to the resource.