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::VpcLattice::DomainVerification
A domain name verification is an entity that allows you to prove your ownership of a given domain. When you create a domain verification using CloudFormation, use a waiter to make sure the domain verification is complete before you create a service network resource association, a VPC endpoint, or a service network VPC association with this domain.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::VpcLattice::DomainVerification", "Properties" : { "DomainName" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::VpcLattice::DomainVerification Properties: DomainName:StringTags:- Tag
Properties
DomainName-
The domain name being verified.
Required: Yes
Type: String
Minimum:
3Maximum:
255Update requires: Replacement
-
The tags associated with the domain verification.
Required: No
Type: Array of Tag
Minimum:
0Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
Arn-
The Amazon Resource Name (ARN) of the domain verification.
Id-
The ID of the domain verification.
Status-
The current status of the domain verification process.