Vpc Endpoint Dns Options
data class VpcEndpointDnsOptions(val dnsRecordIpType: String? = null, val privateDnsOnlyForInboundResolverEndpoint: Boolean? = null)
Properties
Link copied to clipboard
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
.