View a markdown version of this page

DomainValidationSummary - AWS Certificate Manager

DomainValidationSummary

Contains per-domain validation information for a certificate. This structure is returned as a member of the ListCertificateDomainValidations response.

Contents

Note

In the following list, the required parameters are described first.

DomainName

The fully qualified domain name (FQDN) in the certificate for which this validation summary applies.

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

ActiveValidationConfiguration

The validation configuration currently in effect for this domain. This reflects the validation method that ACM is currently using to validate domain ownership (for example, email or DNS).

Type: ValidationConfiguration object

Required: No

RequestedValidationConfiguration

The validation configuration for a pending validation method migration. This field is present only when a migration is in progress (for example, from email to DNS validation). It contains the target validation method, the current validation status, and the validation challenge details (such as the CNAME record to add to your DNS configuration).

Type: ValidationConfiguration object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: