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 CACertificate = CACertificate' {}
- newCACertificate :: CACertificate
- cACertificate_status :: Lens' CACertificate (Maybe CACertificateStatus)
- cACertificate_certificateArn :: Lens' CACertificate (Maybe Text)
- cACertificate_certificateId :: Lens' CACertificate (Maybe Text)
- cACertificate_creationDate :: Lens' CACertificate (Maybe UTCTime)
Documentation
data CACertificate Source #
A CA certificate.
See: newCACertificate
smart constructor.
CACertificate' | |
|
Instances
newCACertificate :: CACertificate Source #
Create a value of CACertificate
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:CACertificate'
, cACertificate_status
- The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
$sel:certificateArn:CACertificate'
, cACertificate_certificateArn
- The ARN of the CA certificate.
$sel:certificateId:CACertificate'
, cACertificate_certificateId
- The ID of the CA certificate.
$sel:creationDate:CACertificate'
, cACertificate_creationDate
- The date the CA certificate was created.
cACertificate_status :: Lens' CACertificate (Maybe CACertificateStatus) Source #
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
cACertificate_certificateArn :: Lens' CACertificate (Maybe Text) Source #
The ARN of the CA certificate.
cACertificate_certificateId :: Lens' CACertificate (Maybe Text) Source #
The ID of the CA certificate.
cACertificate_creationDate :: Lens' CACertificate (Maybe UTCTime) Source #
The date the CA certificate was created.