Values.HsmClientCertificateSourceReturns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files.
type nonrec t = {hsmClientCertificateIdentifier : String_.t option;The identifier of the HSM client certificate.
*)hsmClientCertificatePublicKey : String_.t option;The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.
*)}