Vpc Endpoint Dns Options Specification Args
data class VpcEndpointDnsOptionsSpecificationArgs(val dnsRecordIpType: Output<VpcEndpointDnsOptionsSpecificationDnsRecordIpType>? = null, val privateDnsOnlyForInboundResolverEndpoint: Output<VpcEndpointDnsOptionsSpecificationPrivateDnsOnlyForInboundResolverEndpoint>? = null) : ConvertibleToJava<VpcEndpointDnsOptionsSpecificationArgs>
Describes the DNS options for an endpoint.
Constructors
Link copied to clipboard
constructor(dnsRecordIpType: Output<VpcEndpointDnsOptionsSpecificationDnsRecordIpType>? = null, privateDnsOnlyForInboundResolverEndpoint: Output<VpcEndpointDnsOptionsSpecificationPrivateDnsOnlyForInboundResolverEndpoint>? = null)
Properties
Link copied to clipboard
The DNS records created for the endpoint.
Link copied to clipboard
val privateDnsOnlyForInboundResolverEndpoint: Output<VpcEndpointDnsOptionsSpecificationPrivateDnsOnlyForInboundResolverEndpoint>? = null
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.