View source: R/cloudhsmv2_operations.R
cloudhsmv2_create_cluster | R Documentation |
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
)
BackupRetentionPolicy |
A policy that defines how the service retains backups. |
HsmType |
[required] The type of HSM to use in the cluster. The allowed values are
|
SourceBackupId |
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
|
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. |
Mode |
The mode to use in the cluster. The allowed values are |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.