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 |
Synopsis
- data HsmClientCertificate = HsmClientCertificate' {}
- newHsmClientCertificate :: HsmClientCertificate
- hsmClientCertificate_hsmClientCertificateIdentifier :: Lens' HsmClientCertificate (Maybe Text)
- hsmClientCertificate_hsmClientCertificatePublicKey :: Lens' HsmClientCertificate (Maybe Text)
- hsmClientCertificate_tags :: Lens' HsmClientCertificate (Maybe [Tag])
Documentation
data HsmClientCertificate Source #
Returns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files.
See: newHsmClientCertificate
smart constructor.
HsmClientCertificate' | |
|
Instances
newHsmClientCertificate :: HsmClientCertificate Source #
Create a value of HsmClientCertificate
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:hsmClientCertificateIdentifier:HsmClientCertificate'
, hsmClientCertificate_hsmClientCertificateIdentifier
- The identifier of the HSM client certificate.
$sel:hsmClientCertificatePublicKey:HsmClientCertificate'
, hsmClientCertificate_hsmClientCertificatePublicKey
- The public key that the Amazon Redshift cluster will use to connect to
the HSM. You must register the public key in the HSM.
$sel:tags:HsmClientCertificate'
, hsmClientCertificate_tags
- The list of tags for the HSM client certificate.
hsmClientCertificate_hsmClientCertificateIdentifier :: Lens' HsmClientCertificate (Maybe Text) Source #
The identifier of the HSM client certificate.
hsmClientCertificate_hsmClientCertificatePublicKey :: Lens' HsmClientCertificate (Maybe Text) Source #
The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.
hsmClientCertificate_tags :: Lens' HsmClientCertificate (Maybe [Tag]) Source #
The list of tags for the HSM client certificate.