AWS::VpcLattice::DomainVerification - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::VpcLattice::DomainVerification", "Properties" : { "DomainName" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::VpcLattice::DomainVerification Properties: DomainName: String Tags: - Tag

Properties

DomainName

The domain name being verified.

Required: Yes

Type: String

Minimum: 3

Maximum: 255

Update requires: Replacement

Tags

The tags associated with the domain verification.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 50

Update 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.