| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.SecurityHub.Types.AwsRedshiftClusterHsmStatus
Description
Synopsis
- data AwsRedshiftClusterHsmStatus = AwsRedshiftClusterHsmStatus' {}
- newAwsRedshiftClusterHsmStatus :: AwsRedshiftClusterHsmStatus
- awsRedshiftClusterHsmStatus_status :: Lens' AwsRedshiftClusterHsmStatus (Maybe Text)
- awsRedshiftClusterHsmStatus_hsmConfigurationIdentifier :: Lens' AwsRedshiftClusterHsmStatus (Maybe Text)
- awsRedshiftClusterHsmStatus_hsmClientCertificateIdentifier :: Lens' AwsRedshiftClusterHsmStatus (Maybe Text)
Documentation
data AwsRedshiftClusterHsmStatus Source #
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.
See: newAwsRedshiftClusterHsmStatus smart constructor.
Constructors
| AwsRedshiftClusterHsmStatus' | |
Fields
| |
Instances
newAwsRedshiftClusterHsmStatus :: AwsRedshiftClusterHsmStatus Source #
Create a value of AwsRedshiftClusterHsmStatus with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:AwsRedshiftClusterHsmStatus', awsRedshiftClusterHsmStatus_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
$sel:hsmConfigurationIdentifier:AwsRedshiftClusterHsmStatus', awsRedshiftClusterHsmStatus_hsmConfigurationIdentifier - 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.
$sel:hsmClientCertificateIdentifier:AwsRedshiftClusterHsmStatus', awsRedshiftClusterHsmStatus_hsmClientCertificateIdentifier - 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.
awsRedshiftClusterHsmStatus_status :: Lens' AwsRedshiftClusterHsmStatus (Maybe Text) Source #
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
awsRedshiftClusterHsmStatus_hsmConfigurationIdentifier :: Lens' AwsRedshiftClusterHsmStatus (Maybe Text) Source #
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.
awsRedshiftClusterHsmStatus_hsmClientCertificateIdentifier :: Lens' AwsRedshiftClusterHsmStatus (Maybe Text) Source #
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.