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::SecurityAgent::TargetDomain DnsVerification
Contains DNS verification details for a target domain, including the DNS record to create for domain ownership verification.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "DnsRecordName" :String, "DnsRecordType" :String, "Token" :String}
YAML
DnsRecordName:StringDnsRecordType:StringToken:String
Properties
DnsRecordName-
The name of the DNS record to create for verification.
Required: No
Type: String
Update requires: No interruption
DnsRecordType-
The type of DNS record to create. Currently, only TXT is supported.
Required: No
Type: String
Allowed values:
TXTUpdate requires: No interruption
Token-
The verification token to include in the DNS record value.
Required: No
Type: String
Update requires: No interruption