You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsRedshiftClusterHsmStatus

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsRedshiftClusterHsmStatus as input to an Aws::Client method, you can use a vanilla Hash:

{
  hsm_client_certificate_identifier: "NonEmptyString",
  hsm_configuration_identifier: "NonEmptyString",
  status: "NonEmptyString",
}

Information about whether an Amazon Redshift cluster finished applying any hardware changes to security module (HSM) settings that were specified in a modify cluster command.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#hsm_client_certificate_identifierString

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

Returns:

  • (String)

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

#hsm_configuration_identifierString

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

Returns:

  • (String)

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

#statusString

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

Type: String

Valid values: active | applying

Returns:

  • (String)

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