Class: Aws::Redshift::Types::HsmConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::HsmConfiguration
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Returns information about an HSM configuration, which is an object that describes to Amazon Redshift clusters the information they require to connect to an HSM where they can store database encryption keys.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A text description of the HSM configuration.
-
#hsm_configuration_identifier ⇒ String
The name of the Amazon Redshift HSM configuration.
-
#hsm_ip_address ⇒ String
The IP address that the Amazon Redshift cluster must use to access the HSM.
-
#hsm_partition_name ⇒ String
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
-
#tags ⇒ Array<Types::Tag>
The list of tags for the HSM configuration.
Instance Attribute Details
#description ⇒ String
A text description of the HSM configuration.
7322 7323 7324 7325 7326 7327 7328 7329 7330 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7322 class HsmConfiguration < Struct.new( :hsm_configuration_identifier, :description, :hsm_ip_address, :hsm_partition_name, :tags) SENSITIVE = [] include Aws::Structure end |
#hsm_configuration_identifier ⇒ String
The name of the Amazon Redshift HSM configuration.
7322 7323 7324 7325 7326 7327 7328 7329 7330 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7322 class HsmConfiguration < Struct.new( :hsm_configuration_identifier, :description, :hsm_ip_address, :hsm_partition_name, :tags) SENSITIVE = [] include Aws::Structure end |
#hsm_ip_address ⇒ String
The IP address that the Amazon Redshift cluster must use to access the HSM.
7322 7323 7324 7325 7326 7327 7328 7329 7330 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7322 class HsmConfiguration < Struct.new( :hsm_configuration_identifier, :description, :hsm_ip_address, :hsm_partition_name, :tags) SENSITIVE = [] include Aws::Structure end |
#hsm_partition_name ⇒ String
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
7322 7323 7324 7325 7326 7327 7328 7329 7330 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7322 class HsmConfiguration < Struct.new( :hsm_configuration_identifier, :description, :hsm_ip_address, :hsm_partition_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of tags for the HSM configuration.
7322 7323 7324 7325 7326 7327 7328 7329 7330 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7322 class HsmConfiguration < Struct.new( :hsm_configuration_identifier, :description, :hsm_ip_address, :hsm_partition_name, :tags) SENSITIVE = [] include Aws::Structure end |