ValidationConfiguration
Contains the validation method, validation status, and validation challenge details for a domain. This structure appears in DomainValidationSummary as both the active and requested validation configuration.
Contents
Note
In the following list, the required parameters are described first.
- ValidationChallenge
-
The validation challenge details for this configuration. The structure varies by validation method: for DNS validation, contains a
DnsValidationChallengewith the CNAME record to add; for email validation, contains anEmailValidationChallengewith the validation email addresses.Type: ValidationChallenge object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- ValidationMethod
-
The validation method for this configuration. Valid values:
-
DNS– Validation using a CNAME record added to your DNS configuration. -
EMAIL– Validation using an approval email sent to domain contacts. -
HTTP– Validation using an HTTP resource placed on your web server.
Type: String
Valid Values:
EMAIL | DNS | HTTPRequired: No
-
- ValidationStatus
-
The validation status for this domain. Valid values:
-
PENDING_VALIDATION– The domain is waiting for validation to complete. -
SUCCESS– Validation completed successfully. -
FAILED– Validation failed.
Type: String
Valid Values:
PENDING_VALIDATION | SUCCESS | FAILEDRequired: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: