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 VerificationDetails
Contains the verification details for a target domain, including the verification method and provider-specific details.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "DnsTxt" :DnsVerification, "HttpRoute" :HttpVerification, "Method" :String}
YAML
DnsTxt:DnsVerificationHttpRoute:HttpVerificationMethod:String
Properties
DnsTxt-
The DNS TXT verification details.
Required: No
Type: DnsVerification
Update requires: No interruption
HttpRoute-
The HTTP route verification details.
Required: No
Type: HttpVerification
Update requires: No interruption
Method-
The verification method used for the target domain.
Required: No
Type: String
Allowed values:
DNS_TXT | HTTP_ROUTEUpdate requires: No interruption