Module Values.CreateHsmClientCertificateResultSource

Creates 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.

Sourcetype createHsmClientCertificateResult = {
  1. hsmClientCertificate : HsmClientCertificate.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createHsmClientCertificateResult : createHsmClientCertificateResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `HsmClientCertificateAlreadyExistsFault of HsmClientCertificateAlreadyExistsFault.t
  2. | `HsmClientCertificateQuotaExceededFault of HsmClientCertificateQuotaExceededFault.t
  3. | `InvalidTagFault of InvalidTagFault.t
  4. | `TagLimitExceededFault of TagLimitExceededFault.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?hsmClientCertificate:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t