class Aws::SecurityHub::Types::AwsRedshiftClusterHsmStatus

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.

@note When making an API call, you may pass AwsRedshiftClusterHsmStatus

data as a hash:

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

@!attribute [rw] hsm_client_certificate_identifier

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.
@return [String]

@!attribute [rw] hsm_configuration_identifier

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.
@return [String]

@!attribute [rw] status

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`
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRedshiftClusterHsmStatus AWS API Documentation

Constants

SENSITIVE