DomainValidation
Contains information about the validation of each domain name in the certificate.
Contents
Note
In the following list, the required parameters are described first.
- DomainName
-
A fully qualified domain name (FQDN) in the certificate. For example,
www.example.com
orexample.com
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 253.
Pattern:
^(\*\.)?(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$
Required: Yes
- ResourceRecord
-
Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.
Note: The CNAME information that you need does not include the name of your domain. If you include your domain name in the DNS database CNAME record, validation fails. For example, if the name is "_a79865eb4cd1a6ab990a45779b4e0b96.yourdomain.com", only "_a79865eb4cd1a6ab990a45779b4e0b96" must be used.
Type: ResourceRecord object
Required: No
- ValidationDomain
-
The domain name that ACM used to send domain validation emails.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 253.
Pattern:
^(\*\.)?(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$
Required: No
- ValidationEmails
-
A list of email addresses that ACM used to send domain validation emails.
Type: Array of strings
Required: No
- ValidationMethod
-
Specifies the domain validation method.
Type: String
Valid Values:
EMAIL | DNS
Required: No
- ValidationStatus
-
The validation status of the domain name. This can be one of the following values:
-
PENDING_VALIDATION
-
SUCCESS
-
FAILED
Type: String
Valid Values:
PENDING_VALIDATION | SUCCESS | FAILED
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: