This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::EC2::InstanceConnectEndpoint InstanceConnectEndpointPublicDnsNames
The public DNS names of the endpoint, including IPv4-only and dualstack DNS names.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Dualstack" :InstanceConnectEndpointDnsNames, "Ipv4" :InstanceConnectEndpointDnsNames}
Properties
Dualstack-
The dualstack DNS name of the EC2 Instance Connect Endpoint. A dualstack DNS name supports connections from both IPv4 and IPv6 clients.
Required: No
Type: InstanceConnectEndpointDnsNames
Update requires: No interruption
Ipv4-
The IPv4-only DNS name of the EC2 Instance Connect Endpoint.
Required: No
Type: InstanceConnectEndpointDnsNames
Update requires: No interruption