You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudHSMV2::Types::CreateHsmRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateHsmRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

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

Returns:

  • (String)

    The Availability Zone where you are creating the HSM.

#cluster_idString

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

Returns:

  • (String)

    The identifier (ID) of the HSM\'s cluster.

#ip_addressString

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.

Returns:

  • (String)

    The HSM\'s IP address.