Class: Aws::Redshift::Types::HsmConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A text description of the HSM configuration.

Returns:

  • (String)


5122
5123
5124
5125
5126
5127
5128
5129
# File 'lib/aws-sdk-redshift/types.rb', line 5122

class HsmConfiguration < Struct.new(
  :hsm_configuration_identifier,
  :description,
  :hsm_ip_address,
  :hsm_partition_name,
  :tags)
  include Aws::Structure
end

#hsm_configuration_identifierString

The name of the Amazon Redshift HSM configuration.

Returns:

  • (String)


5122
5123
5124
5125
5126
5127
5128
5129
# File 'lib/aws-sdk-redshift/types.rb', line 5122

class HsmConfiguration < Struct.new(
  :hsm_configuration_identifier,
  :description,
  :hsm_ip_address,
  :hsm_partition_name,
  :tags)
  include Aws::Structure
end

#hsm_ip_addressString

The IP address that the Amazon Redshift cluster must use to access the HSM.

Returns:

  • (String)


5122
5123
5124
5125
5126
5127
5128
5129
# File 'lib/aws-sdk-redshift/types.rb', line 5122

class HsmConfiguration < Struct.new(
  :hsm_configuration_identifier,
  :description,
  :hsm_ip_address,
  :hsm_partition_name,
  :tags)
  include Aws::Structure
end

#hsm_partition_nameString

The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

Returns:

  • (String)


5122
5123
5124
5125
5126
5127
5128
5129
# File 'lib/aws-sdk-redshift/types.rb', line 5122

class HsmConfiguration < Struct.new(
  :hsm_configuration_identifier,
  :description,
  :hsm_ip_address,
  :hsm_partition_name,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::Tag>

The list of tags for the HSM configuration.

Returns:



5122
5123
5124
5125
5126
5127
5128
5129
# File 'lib/aws-sdk-redshift/types.rb', line 5122

class HsmConfiguration < Struct.new(
  :hsm_configuration_identifier,
  :description,
  :hsm_ip_address,
  :hsm_partition_name,
  :tags)
  include Aws::Structure
end