paws.security.identity (version 0.1.0)

cloudhsmv2_create_hsm: Creates a new hardware security module (HSM) in the specified AWS CloudHSM cluster

Description

Creates a new hardware security module (HSM) in the specified AWS CloudHSM cluster.

Usage

cloudhsmv2_create_hsm(ClusterId, AvailabilityZone, IpAddress)

Arguments

ClusterId

[required] The identifier (ID) of the HSM's cluster. To find the cluster ID, use DescribeClusters.

AvailabilityZone

[required] The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use DescribeClusters.

IpAddress

The HSM's IP address. If you specify an IP address, use an available address from the subnet that maps to the Availability Zone where you are creating the HSM. If you don't specify an IP address, one is chosen for you from that subnet.

Request syntax

svc$create_hsm(
  ClusterId = "string",
  AvailabilityZone = "string",
  IpAddress = "string"
)