paws.security.identity (version 0.1.0)

cloudhsmv2_create_cluster: Creates a new AWS CloudHSM cluster

Description

Creates a new AWS CloudHSM cluster.

Usage

cloudhsmv2_create_cluster(SubnetIds, HsmType, SourceBackupId)

Arguments

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:

  • All subnets must be in the same virtual private cloud (VPC).

  • You can specify only one subnet per Availability Zone.

HsmType

[required] The type of HSM to use in the cluster. Currently the only allowed value is hsm1.medium.

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 DescribeBackups.

Request syntax

svc$create_cluster(
  SubnetIds = list(
    "string"
  ),
  HsmType = "string",
  SourceBackupId = "string"
)