VpcEndpointDnsOptionsArgs

data class VpcEndpointDnsOptionsArgs(val dnsRecordIpType: Output<String>? = null, val privateDnsOnlyForInboundResolverEndpoint: Output<Boolean>? = null) : ConvertibleToJava<VpcEndpointDnsOptionsArgs>

Constructors

Link copied to clipboard
constructor(dnsRecordIpType: Output<String>? = null, privateDnsOnlyForInboundResolverEndpoint: Output<Boolean>? = null)

Properties

Link copied to clipboard
val dnsRecordIpType: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): VpcEndpointDnsOptionsArgs