AWS Certificate Manager Certificate DomainValidationOption
DomainValidationOption is a property of the AWS::CertificateManager::Certificate resource that specifies the
AWS Certificate Manager (ACM) Certificate domain that registrars use to send validation
emails.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DomainName" :String, "ValidationDomain" :String}
YAML
DomainName:StringValidationDomain:String
Properties
DomainName-
Fully Qualified Domain Name (FQDN) of the Certificate that you are requesting.
Required: Yes
Type: String
ValidationDomain-
The domain that domain name registrars use to send validation emails. Registrars use this value as the email address suffix when sending emails to verify your identity. This value must be the same as the domain name or a superdomain of the domain name. For more information, see the
ValidationDomaincontent for the DomainValidationOption data type in the AWS Certificate Manager API Reference.Required: Yes
Type: String
