TrustStore
The trust store used for mutual TLS authentication. It contains the certificate authority (CA) certificates and optional certificate revocation list (CRL).
Contents
- CAContent
-
The PEM-encoded certificate authority (CA) certificates bundle for the trust store.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 500000.
Pattern:
[\P{C}\s]*Required: Yes
- CrlContent
-
The PEM-encoded certificate revocation lists (CRLs) for the trust store. There can be one CRL per certificate authority (CA) in the trust store.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 500000.
Pattern:
[\P{C}\s]*Required: No
- KmsKeyArn
-
The Amazon Resource Name (ARN) of the KMS key used to encrypt the trust store contents.
Type: String
Pattern:
arn:aws(|-cn|-us-gov|-eusc):kms:[a-z0-9-]{1,20}:[0-9]{12}:(key|alias)/.+Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: