class Aws::CloudHSMV2::Types::CreateHsmRequest

@note When making an API call, you may pass CreateHsmRequest

data as a hash:

    {
      cluster_id: "ClusterId", # required
      availability_zone: "ExternalAz", # required
      ip_address: "IpAddress",
    }

@!attribute [rw] cluster_id

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

@!attribute [rw] availability_zone

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

@!attribute [rw] ip_address

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/CreateHsmRequest AWS API Documentation

Constants

SENSITIVE