Certificate
The certificate.
Contents
- body
-
The body of the certificate.
Type: Base64-encoded binary data object
Required: No
- issuer
-
The entity that issued the certificate.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^\S+$
Required: No
- notValidAfter
-
The certificate is not valid after this date.
Type: Timestamp
Required: No
- notValidBefore
-
The certificate is not valid before this date.
Type: Timestamp
Required: No
- subject
-
The entity the certificate belongs to.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^\S+$
Required: No
- thumbprint
-
A hexadecimal identifier for the certificate.
Type: String
Length Constraints: Fixed length of 64.
Pattern:
^[A-Fa-f0-9]{64}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: