| 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.RDS.Types.Certificate
Description
Synopsis
- data Certificate = Certificate' {}
- newCertificate :: Certificate
- certificate_certificateArn :: Lens' Certificate (Maybe Text)
- certificate_certificateIdentifier :: Lens' Certificate (Maybe Text)
- certificate_certificateType :: Lens' Certificate (Maybe Text)
- certificate_customerOverride :: Lens' Certificate (Maybe Bool)
- certificate_customerOverrideValidTill :: Lens' Certificate (Maybe UTCTime)
- certificate_thumbprint :: Lens' Certificate (Maybe Text)
- certificate_validFrom :: Lens' Certificate (Maybe UTCTime)
- certificate_validTill :: Lens' Certificate (Maybe UTCTime)
Documentation
data Certificate Source #
A CA certificate for an Amazon Web Services account.
For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
See: newCertificate smart constructor.
Constructors
| Certificate' | |
Fields
| |
Instances
newCertificate :: Certificate Source #
Create a value of Certificate 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:certificateArn:Certificate', certificate_certificateArn - The Amazon Resource Name (ARN) for the certificate.
$sel:certificateIdentifier:Certificate', certificate_certificateIdentifier - The unique key that identifies a certificate.
$sel:certificateType:Certificate', certificate_certificateType - The type of the certificate.
$sel:customerOverride:Certificate', certificate_customerOverride - Whether there is an override for the default certificate identifier.
$sel:customerOverrideValidTill:Certificate', certificate_customerOverrideValidTill - If there is an override for the default certificate identifier, when the
override expires.
$sel:thumbprint:Certificate', certificate_thumbprint - The thumbprint of the certificate.
$sel:validFrom:Certificate', certificate_validFrom - The starting date from which the certificate is valid.
$sel:validTill:Certificate', certificate_validTill - The final date that the certificate continues to be valid.
certificate_certificateArn :: Lens' Certificate (Maybe Text) Source #
The Amazon Resource Name (ARN) for the certificate.
certificate_certificateIdentifier :: Lens' Certificate (Maybe Text) Source #
The unique key that identifies a certificate.
certificate_certificateType :: Lens' Certificate (Maybe Text) Source #
The type of the certificate.
certificate_customerOverride :: Lens' Certificate (Maybe Bool) Source #
Whether there is an override for the default certificate identifier.
certificate_customerOverrideValidTill :: Lens' Certificate (Maybe UTCTime) Source #
If there is an override for the default certificate identifier, when the override expires.
certificate_thumbprint :: Lens' Certificate (Maybe Text) Source #
The thumbprint of the certificate.
certificate_validFrom :: Lens' Certificate (Maybe UTCTime) Source #
The starting date from which the certificate is valid.
certificate_validTill :: Lens' Certificate (Maybe UTCTime) Source #
The final date that the certificate continues to be valid.