CustomExtension
Specifies the X.509 extension information for a certificate.
Extensions present in CustomExtensions
follow the
ApiPassthrough
template
rules.
Contents
- ObjectIdentifier
-
Specifies the object identifier (OID) of the X.509 extension. For more information, see the Global OID reference database.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 64.
Pattern:
([0-2])\.([0-9]|([0-3][0-9]))((\.([0-9]+)){0,126})
Required: Yes
- Value
-
Specifies the base64-encoded value of the X.509 extension.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?
Required: Yes
- Critical
-
Specifies the critical flag of the X.509 extension.
Type: Boolean
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: