Values.CreateHsmClientCertificateResultSourceCreates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases. The command returns a public key, which you must store in the HSM. In addition to creating the HSM certificate, you must create an Amazon Redshift HSM configuration that provides a cluster the information needed to store and use encryption keys in the HSM. For more information, go to Hardware Security Modules in the Amazon Redshift Cluster Management Guide.
type createHsmClientCertificateResult = {hsmClientCertificate : HsmClientCertificate.t option;}and t = {createHsmClientCertificateResult : createHsmClientCertificateResult;responseMetaData : responseMetaData;}type error = [ | `HsmClientCertificateAlreadyExistsFault of
HsmClientCertificateAlreadyExistsFault.t| `HsmClientCertificateQuotaExceededFault of
HsmClientCertificateQuotaExceededFault.t| `InvalidTagFault of InvalidTagFault.t| `TagLimitExceededFault of TagLimitExceededFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `HsmClientCertificateAlreadyExistsFault of unit
| `HsmClientCertificateQuotaExceededFault of unit
| `InvalidTagFault of unit
| `TagLimitExceededFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `HsmClientCertificateAlreadyExistsFault of unit
| `HsmClientCertificateQuotaExceededFault of unit
| `InvalidTagFault of unit
| `TagLimitExceededFault of unit
| `Unknown_operation_error of string * string option ]