| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudHSMV2.Types.Certificates
Description
Synopsis
- data Certificates = Certificates' {}
- newCertificates :: Certificates
- certificates_awsHardwareCertificate :: Lens' Certificates (Maybe Text)
- certificates_clusterCertificate :: Lens' Certificates (Maybe Text)
- certificates_clusterCsr :: Lens' Certificates (Maybe Text)
- certificates_hsmCertificate :: Lens' Certificates (Maybe Text)
- certificates_manufacturerHardwareCertificate :: Lens' Certificates (Maybe Text)
Documentation
data Certificates Source #
Contains one or more certificates or a certificate signing request (CSR).
See: newCertificates smart constructor.
Constructors
| Certificates' | |
Fields
| |
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:awsHardwareCertificate:Certificates', certificates_awsHardwareCertificate - The HSM hardware certificate issued (signed) by AWS CloudHSM.
$sel:clusterCertificate:Certificates', certificates_clusterCertificate - The cluster certificate issued (signed) by the issuing certificate
authority (CA) of the cluster's owner.
$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:manufacturerHardwareCertificate:Certificates', certificates_manufacturerHardwareCertificate - The HSM hardware certificate issued (signed) by the hardware
manufacturer.
certificates_awsHardwareCertificate :: Lens' Certificates (Maybe Text) Source #
The HSM hardware certificate issued (signed) by AWS CloudHSM.
certificates_clusterCertificate :: Lens' Certificates (Maybe Text) Source #
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
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_manufacturerHardwareCertificate :: Lens' Certificates (Maybe Text) Source #
The HSM hardware certificate issued (signed) by the hardware manufacturer.