cloudhsmv2_modify_cluster {paws.security.identity} | R Documentation |
Modifies CloudHSM cluster
Description
Modifies CloudHSM cluster.
See https://www.paws-r-sdk.com/docs/cloudhsmv2_modify_cluster/ for full documentation.
Usage
cloudhsmv2_modify_cluster(
HsmType = NULL,
BackupRetentionPolicy = NULL,
ClusterId
)
Arguments
HsmType |
The desired HSM type of the cluster. |
BackupRetentionPolicy |
A policy that defines how the service retains backups. |
ClusterId |
[required] The identifier (ID) of the cluster that you want to modify. To find the
cluster ID, use |
[Package paws.security.identity version 0.9.0 Index]