AWS::EC2::VPCEndpointService PrivateDnsNameConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::VPCEndpointService PrivateDnsNameConfiguration

Information about the private DNS name for the service endpoint.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Name" : String, "State" : String, "Type" : String, "Value" : String }

YAML

Name: String State: String Type: String Value: String

Properties

Name

The name of the record subdomain the service provider needs to create. The service provider adds the value text to the name.

Required: No

Type: String

Update requires: No interruption

State

The verification state of the VPC endpoint service.

Consumers of the endpoint service can use the private name only when the state is verified.

Required: No

Type: String

Allowed values: pendingVerification | verified | failed

Update requires: No interruption

Type

The endpoint service verification type, for example TXT.

Required: No

Type: String

Update requires: No interruption

Value

The value the service provider adds to the private DNS name domain record before verification.

Required: No

Type: String

Update requires: No interruption