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 Certificates = Certificates' {}
- newCertificates :: Certificates
- certificates_manufacturerHardwareCertificate :: Lens' Certificates (Maybe Text)
- certificates_clusterCsr :: Lens' Certificates (Maybe Text)
- certificates_hsmCertificate :: Lens' Certificates (Maybe Text)
- certificates_clusterCertificate :: Lens' Certificates (Maybe Text)
- certificates_awsHardwareCertificate :: Lens' Certificates (Maybe Text)
Documentation
data Certificates Source #
Contains one or more certificates or a certificate signing request (CSR).
See: newCertificates
smart constructor.
Certificates' | |
|
Instances
newCertificates :: Certificates Source #
Create a value of Certificates
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:manufacturerHardwareCertificate:Certificates'
, certificates_manufacturerHardwareCertificate
- The HSM hardware certificate issued (signed) by the hardware
manufacturer.
$sel:clusterCsr:Certificates'
, certificates_clusterCsr
- The cluster's certificate signing request (CSR). The CSR exists only
when the cluster's state is UNINITIALIZED
.
$sel:hsmCertificate:Certificates'
, certificates_hsmCertificate
- The HSM certificate issued (signed) by the HSM hardware.
$sel:clusterCertificate:Certificates'
, certificates_clusterCertificate
- The cluster certificate issued (signed) by the issuing certificate
authority (CA) of the cluster's owner.
$sel:awsHardwareCertificate:Certificates'
, certificates_awsHardwareCertificate
- The HSM hardware certificate issued (signed) by AWS CloudHSM.
certificates_manufacturerHardwareCertificate :: Lens' Certificates (Maybe Text) Source #
The HSM hardware certificate issued (signed) by the hardware manufacturer.
certificates_clusterCsr :: Lens' Certificates (Maybe Text) Source #
The cluster's certificate signing request (CSR). The CSR exists only
when the cluster's state is UNINITIALIZED
.
certificates_hsmCertificate :: Lens' Certificates (Maybe Text) Source #
The HSM certificate issued (signed) by the HSM hardware.
certificates_clusterCertificate :: Lens' Certificates (Maybe Text) Source #
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
certificates_awsHardwareCertificate :: Lens' Certificates (Maybe Text) Source #
The HSM hardware certificate issued (signed) by AWS CloudHSM.