CertificateSummary
This structure is returned in the response object of ListCertificates action.
Contents
In the following list, the required parameters are described first.
- CertificateArn
-
Amazon Resource Name (ARN) of the certificate. This is of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:[\w+=/,.@-]+:acm:[\w+=/,.@-]*:[0-9]+:[\w+=,.@-]+(/[\w+=,.@-]+)*
Required: No
- DomainName
-
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
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
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: