Class: Aws::CloudHSMV2::Types::CreateHsmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::CreateHsmRequest
- Defined in:
- gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone where you are creating the HSM.
-
#cluster_id ⇒ String
The identifier (ID) of the HSM's cluster.
-
#ip_address ⇒ String
The HSM's IP address.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use DescribeClusters.
463 464 465 466 467 468 469 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 463 class CreateHsmRequest < Struct.new( :cluster_id, :availability_zone, :ip_address) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
The identifier (ID) of the HSM's cluster. To find the cluster ID, use DescribeClusters.
463 464 465 466 467 468 469 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 463 class CreateHsmRequest < Struct.new( :cluster_id, :availability_zone, :ip_address) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
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.
463 464 465 466 467 468 469 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 463 class CreateHsmRequest < Struct.new( :cluster_id, :availability_zone, :ip_address) SENSITIVE = [] include Aws::Structure end |