Module Values.CreateHsmConfigurationResultSource

Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and use database encryption keys in a Hardware Security Module (HSM). After creating the HSM configuration, you can specify it as a parameter when creating a cluster. The cluster will then store its encryption keys in the HSM. In addition to creating an HSM configuration, you must also create an HSM client certificate. For more information, go to Hardware Security Modules in the Amazon Redshift Cluster Management Guide.

Sourcetype createHsmConfigurationResult = {
  1. hsmConfiguration : HsmConfiguration.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createHsmConfigurationResult : createHsmConfigurationResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `HsmConfigurationAlreadyExistsFault of HsmConfigurationAlreadyExistsFault.t
  2. | `HsmConfigurationQuotaExceededFault of HsmConfigurationQuotaExceededFault.t
  3. | `InvalidTagFault of InvalidTagFault.t
  4. | `TagLimitExceededFault of TagLimitExceededFault.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?hsmConfiguration:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `HsmConfigurationAlreadyExistsFault of unit | `HsmConfigurationQuotaExceededFault of unit | `InvalidTagFault of unit | `TagLimitExceededFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `HsmConfigurationAlreadyExistsFault of unit | `HsmConfigurationQuotaExceededFault 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