AWS::SecurityAgent::TargetDomain HttpVerification - AWS CloudFormation

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 HttpVerification

Contains HTTP route verification details for a target domain, including the route path and token to serve for domain ownership verification.

Syntax

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

JSON

{ "RoutePath" : String, "Token" : String }

YAML

RoutePath: String Token: String

Properties

RoutePath

The HTTP route path where the verification token must be served.

Required: No

Type: String

Update requires: No interruption

Token

The verification token to serve at the specified route path.

Required: No

Type: String

Update requires: No interruption