Values.ModifyClusterRequestSourceModifies CloudHSM cluster. Cross-account use: No. You cannot perform this operation on an CloudHSM cluster in a different Amazon Web Services account.
type nonrec t = {hsmType : HsmType.t option;The desired HSM type of the cluster.
*)backupRetentionPolicy : BackupRetentionPolicy.t option;A policy that defines how the service retains backups.
*)clusterId : ClusterId.t;The identifier (ID) of the cluster that you want to modify. To find the cluster ID, use DescribeClusters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of HsmType.t
| `Structure of
(string * [> `Enum of string | `String of BackupRetentionValue.t ])
list ])
list ]