VpcEndpointDnsOptions

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

Constructors

Link copied to clipboard
constructor(dnsRecordIpType: String? = null, privateDnsOnlyForInboundResolverEndpoint: Boolean? = 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.

Link copied to clipboard

Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint. Default is false. Can only be specified if private_dns_enabled is true.