Class: Aws::Redshift::Types::HsmStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Describes the status of changes to HSM settings.

Instance Attribute Summary collapse

Instance Attribute Details

#hsm_client_certificate_identifierString

Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

Returns:

  • (String)


5174
5175
5176
5177
5178
5179
# File 'lib/aws-sdk-redshift/types.rb', line 5174

class HsmStatus < Struct.new(
  :hsm_client_certificate_identifier,
  :hsm_configuration_identifier,
  :status)
  include Aws::Structure
end

#hsm_configuration_identifierString

Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

Returns:

  • (String)


5174
5175
5176
5177
5178
5179
# File 'lib/aws-sdk-redshift/types.rb', line 5174

class HsmStatus < Struct.new(
  :hsm_client_certificate_identifier,
  :hsm_configuration_identifier,
  :status)
  include Aws::Structure
end

#statusString

Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

Values: active, applying

Returns:

  • (String)


5174
5175
5176
5177
5178
5179
# File 'lib/aws-sdk-redshift/types.rb', line 5174

class HsmStatus < Struct.new(
  :hsm_client_certificate_identifier,
  :hsm_configuration_identifier,
  :status)
  include Aws::Structure
end