AWS::EC2::VPCEndpoint DnsOptionsSpecification
Describes the DNS options for an endpoint.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DnsRecordIpType" :
String
, "PrivateDnsOnlyForInboundResolverEndpoint" :String
}
YAML
DnsRecordIpType:
String
PrivateDnsOnlyForInboundResolverEndpoint:String
Properties
DnsRecordIpType
-
The DNS records created for the endpoint.
Required: No
Type: String
Allowed values:
ipv4 | ipv6 | dualstack | service-defined | not-specified
Update requires: No interruption
PrivateDnsOnlyForInboundResolverEndpoint
-
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.
Required: No
Type: String
Allowed values:
OnlyInboundResolver | AllResolvers | NotSpecified
Update requires: No interruption