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 |
Documentation
Describes the status of changes to HSM settings.
See: newHsmStatus
smart constructor.
HsmStatus' | |
|
Instances
Eq HsmStatus Source # | |
Read HsmStatus Source # | |
Show HsmStatus Source # | |
Generic HsmStatus Source # | |
NFData HsmStatus Source # | |
Defined in Amazonka.Redshift.Types.HsmStatus | |
Hashable HsmStatus Source # | |
Defined in Amazonka.Redshift.Types.HsmStatus | |
FromXML HsmStatus Source # | |
type Rep HsmStatus Source # | |
Defined in Amazonka.Redshift.Types.HsmStatus type Rep HsmStatus = D1 ('MetaData "HsmStatus" "Amazonka.Redshift.Types.HsmStatus" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "HsmStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "hsmConfigurationIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hsmClientCertificateIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) |
newHsmStatus :: HsmStatus Source #
Create a value of HsmStatus
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:HsmStatus'
, hsmStatus_status
- Reports whether the Amazon Redshift cluster has finished applying any
HSM settings changes specified in a modify cluster command.
Values: active, applying
$sel:hsmConfigurationIdentifier:HsmStatus'
, hsmStatus_hsmConfigurationIdentifier
- 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.
$sel:hsmClientCertificateIdentifier:HsmStatus'
, hsmStatus_hsmClientCertificateIdentifier
- Specifies the name of the HSM client certificate the Amazon Redshift
cluster uses to retrieve the data encryption keys stored in an HSM.
hsmStatus_status :: Lens' HsmStatus (Maybe Text) Source #
Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.
Values: active, applying