Values.TrustStoreSourceThe trust store used for mutual TLS authentication. It contains the certificate authority (CA) certificates and optional certificate revocation list (CRL).
type nonrec t = {cAContent : CAContent.t;The PEM-encoded certificate authority (CA) certificates bundle for the trust store.
*)crlContent : CrlContent.t option;The PEM-encoded certificate revocation lists (CRLs) for the trust store. There can be one CRL per certificate authority (CA) in the trust store.
*)kmsKeyArn : KmsKeyArn.t option;The Amazon Resource Name (ARN) of the KMS key used to encrypt the trust store contents.
*)}