Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

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

Overview

Describes the status of changes to HSM settings.

Constant Summary collapse

SENSITIVE =
[]

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)

7277
7278
7279
7280
7281
7282
7283
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7277

class HsmStatus < Struct.new(
  :hsm_client_certificate_identifier,
  :hsm_configuration_identifier,
  :status)
  SENSITIVE = []
  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)

7277
7278
7279
7280
7281
7282
7283
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7277

class HsmStatus < Struct.new(
  :hsm_client_certificate_identifier,
  :hsm_configuration_identifier,
  :status)
  SENSITIVE = []
  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)

7277
7278
7279
7280
7281
7282
7283
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7277

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