VpcEndpointDnsOptions

data class VpcEndpointDnsOptions(val dnsRecordIpType: String? = null)

Constructors

Link copied to clipboard
constructor(dnsRecordIpType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dnsRecordIpType: String? = null

The DNS records created for the endpoint. Valid values are ipv4, dualstack, service-defined, and ipv6.