DomainVerificationSummary
Summary information about a domain verification.
Contents
- arn
-
The Amazon Resource Name (ARN) of the domain verification.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:[a-z0-9f\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:domainverification/dv-[a-fA-F0-9]{17}Required: Yes
- createdAt
-
The date and time that the domain verification was created, in ISO-8601 format.
Type: Timestamp
Required: Yes
- domainName
-
The domain name being verified.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 255.
Required: Yes
- id
-
The ID of the domain verification.
Type: String
Length Constraints: Fixed length of 20.
Pattern:
dv-[a-fA-F0-9]{17}Required: Yes
- status
-
The current status of the domain verification process.
Type: String
Valid Values:
VERIFIED | PENDING | VERIFICATION_TIMED_OUTRequired: Yes
- lastVerifiedTime
-
The date and time that the domain was last successfully verified, in ISO-8601 format.
Type: Timestamp
Required: No
-
The tags associated with the domain verification.
Type: String to string map
Map Entries: Minimum number of 0 items. Maximum number of 200 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Value Length Constraints: Minimum length of 0. Maximum length of 256.
Required: No
- txtMethodConfig
-
The TXT record configuration used for domain verification.
Type: TxtMethodConfig object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: