AcmeDomainValidation
Contains detailed information about an ACME domain validation.
Contents
Note
In the following list, the required parameters are described first.
- AcmeDomainValidationArn
-
The Amazon Resource Name (ARN) of the ACME domain validation.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
arn:aws[a-z-]*:acm:[a-z0-9-]+:[0-9]{12}:acme-endpoint/[a-zA-Z0-9-]+/acme-domain-validation/[a-zA-Z0-9-]+Required: No
- AcmeEndpointArn
-
The Amazon Resource Name (ARN) of the ACME endpoint.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
arn:aws[a-z-]*:acm:[a-z0-9-]+:[0-9]{12}:acme-endpoint/[a-zA-Z0-9-]+Required: No
- CreatedAt
-
The time at which the domain validation was created.
Type: Timestamp
Required: No
- DomainName
-
The domain name being validated.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 253.
Pattern:
([a-z0-9]([a-z0-9-]*[a-z0-9])?\.)*[a-z0-9]([a-z0-9-]*[a-z0-9])?Required: No
- FailureDetails
-
Details about the failure, if the validation failed.
Type: FailureDetails object
Required: No
- PrevalidationDetails
-
Details about the prevalidation configuration.
Type: PrevalidationDetails object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- PrevalidationType
-
The type of prevalidation used.
Type: String
Valid Values:
DNS_PREVALIDATIONRequired: No
- Status
-
The status of the domain validation.
Type: String
Valid Values:
VALIDATING | VALID | INVALID | DELETINGRequired: No
- UpdatedAt
-
The time at which the domain validation was last updated.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: