Class: Aws::CloudHSMV2::Types::Cluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::Cluster
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
Contains information about an CloudHSM cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_policy ⇒ String
The cluster’s backup policy.
-
#backup_retention_policy ⇒ Types::BackupRetentionPolicy
A policy that defines how the service retains backups.
-
#certificates ⇒ Types::Certificates
Contains one or more certificates or a certificate signing request (CSR).
-
#cluster_id ⇒ String
The cluster’s identifier (ID).
-
#create_timestamp ⇒ Time
The date and time when the cluster was created.
-
#hsm_type ⇒ String
The type of HSM that the cluster contains.
-
#hsms ⇒ Array<Types::Hsm>
Contains information about the HSMs in the cluster.
-
#mode ⇒ String
The mode of the cluster.
-
#network_type ⇒ String
The cluster’s NetworkType can be set to either IPV4 (which is the default) or DUALSTACK.
-
#pre_co_password ⇒ String
The default password for the cluster’s Pre-Crypto Officer (PRECO) user.
-
#security_group ⇒ String
The identifier (ID) of the cluster’s security group.
-
#source_backup_id ⇒ String
The identifier (ID) of the backup used to create the cluster.
-
#state ⇒ String
The cluster’s state.
-
#state_message ⇒ String
A description of the cluster’s state.
-
#subnet_mapping ⇒ Hash<String,String>
A map from availability zone to the cluster’s subnet in that availability zone.
-
#tag_list ⇒ Array<Types::Tag>
The list of tags for the cluster.
-
#vpc_id ⇒ String
The identifier (ID) of the virtual private cloud (VPC) that contains the cluster.
Instance Attribute Details
#backup_policy ⇒ String
The cluster’s backup policy.
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |
#backup_retention_policy ⇒ Types::BackupRetentionPolicy
A policy that defines how the service retains backups.
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |
#certificates ⇒ Types::Certificates
Contains one or more certificates or a certificate signing request (CSR).
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
The cluster’s identifier (ID).
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |
#create_timestamp ⇒ Time
The date and time when the cluster was created.
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |
#hsm_type ⇒ String
The type of HSM that the cluster contains.
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |
#hsms ⇒ Array<Types::Hsm>
Contains information about the HSMs in the cluster.
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
The mode of the cluster.
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |
#network_type ⇒ String
The cluster’s NetworkType can be set to either IPV4 (which is the default) or DUALSTACK. When set to IPV4, communication between your application and the Hardware Security Modules (HSMs) is restricted to the IPv4 protocol only. In contrast, the DUALSTACK network type enables communication over both the IPv4 and IPv6 protocols. To use the DUALSTACK option, you’ll need to configure your Virtual Private Cloud (VPC) and subnets to support both IPv4 and IPv6. This involves adding IPv6 Classless Inter-Domain Routing (CIDR) blocks to the existing IPv4 CIDR blocks in your subnets. The choice between IPV4 and DUALSTACK network types determines the flexibility of the network addressing setup for your cluster. The DUALSTACK option provides more flexibility by allowing both IPv4 and IPv6 communication.
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |
#pre_co_password ⇒ String
The default password for the cluster’s Pre-Crypto Officer (PRECO) user.
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |
#security_group ⇒ String
The identifier (ID) of the cluster’s security group.
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |
#source_backup_id ⇒ String
The identifier (ID) of the backup used to create the cluster. This value exists only when the cluster was created from a backup.
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The cluster’s state.
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |
#state_message ⇒ String
A description of the cluster’s state.
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |
#subnet_mapping ⇒ Hash<String,String>
A map from availability zone to the cluster’s subnet in that availability zone.
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |
#tag_list ⇒ Array<Types::Tag>
The list of tags for the cluster.
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The identifier (ID) of the virtual private cloud (VPC) that contains the cluster.
346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 346 class Cluster < Struct.new( :backup_policy, :backup_retention_policy, :cluster_id, :create_timestamp, :hsms, :hsm_type, :pre_co_password, :security_group, :source_backup_id, :state, :state_message, :subnet_mapping, :vpc_id, :network_type, :certificates, :tag_list, :mode) SENSITIVE = [] include Aws::Structure end |