Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsRedshiftClusterHsmStatus

import type { AwsRedshiftClusterHsmStatus } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

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.

interface AwsRedshiftClusterHsmStatus {
HsmClientCertificateIdentifier?: string | null;
HsmConfigurationIdentifier?: string | null;
Status?: string | null;
}

§Properties

§
HsmClientCertificateIdentifier?: string | null
[src]

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.

§
HsmConfigurationIdentifier?: string | null
[src]

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.

§
Status?: string | null
[src]

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