cloudhsmv2_create_cluster {paws.security.identity} | R Documentation |
Creates a new AWS CloudHSM cluster
Description
Creates a new AWS CloudHSM cluster.
See https://www.paws-r-sdk.com/docs/cloudhsmv2_create_cluster/ for full documentation.
Usage
cloudhsmv2_create_cluster(
BackupRetentionPolicy = NULL,
HsmType,
SourceBackupId = NULL,
SubnetIds,
TagList = NULL
)
Arguments
BackupRetentionPolicy |
A policy that defines how the service retains backups. |
HsmType |
[required] The type of HSM to use in the cluster. Currently the only allowed value
is |
SourceBackupId |
The identifier (ID) of the cluster backup to restore. Use this value to
restore the cluster from a backup instead of creating a new cluster. To
find the backup ID, use
|
SubnetIds |
[required] The identifiers (IDs) of the subnets where you are creating the cluster. You must specify at least one subnet. If you specify multiple subnets, they must meet the following criteria:
|
TagList |
Tags to apply to the CloudHSM cluster during creation. |