Creates a new CloudHSM cluster.
See https://www.paws-r-sdk.com/docs/cloudhsmv2_create_cluster/ for full documentation.
cloudhsmv2_create_cluster(
BackupRetentionPolicy = NULL,
HsmType,
SourceBackupId = NULL,
SubnetIds,
TagList = NULL,
Mode = NULL
)
A policy that defines how the service retains backups.
[required] The type of HSM to use in the cluster. The allowed values are
hsm1.medium
and hsm2m.medium
.
The identifier (ID) or the Amazon Resource Name (ARN) 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 or ARN, use
describe_backups
. If using a backup in
another account, the full ARN must be supplied.
[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:
All subnets must be in the same virtual private cloud (VPC).
You can specify only one subnet per Availability Zone.
Tags to apply to the CloudHSM cluster during creation.
The mode to use in the cluster. The allowed values are FIPS
and
NON_FIPS
.