| 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.Lightsail.Types.CertificateSummary
Description
Synopsis
- data CertificateSummary = CertificateSummary' {}
- newCertificateSummary :: CertificateSummary
- certificateSummary_certificateArn :: Lens' CertificateSummary (Maybe Text)
- certificateSummary_certificateDetail :: Lens' CertificateSummary (Maybe Certificate)
- certificateSummary_certificateName :: Lens' CertificateSummary (Maybe Text)
- certificateSummary_domainName :: Lens' CertificateSummary (Maybe Text)
- certificateSummary_tags :: Lens' CertificateSummary (Maybe [Tag])
Documentation
data CertificateSummary Source #
Describes an Amazon Lightsail SSL/TLS certificate.
See: newCertificateSummary smart constructor.
Constructors
| CertificateSummary' | |
Fields
| |
Instances
newCertificateSummary :: CertificateSummary Source #
Create a value of CertificateSummary 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:CertificateSummary', certificateSummary_certificateArn - The Amazon Resource Name (ARN) of the certificate.
$sel:certificateDetail:CertificateSummary', certificateSummary_certificateDetail - An object that describes a certificate in detail.
$sel:certificateName:CertificateSummary', certificateSummary_certificateName - The name of the certificate.
CertificateSummary, certificateSummary_domainName - The domain name of the certificate.
CertificateSummary, certificateSummary_tags - The tag keys and optional values for the resource. For more information
about tags in Lightsail, see the
Amazon Lightsail Developer Guide.
certificateSummary_certificateArn :: Lens' CertificateSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the certificate.
certificateSummary_certificateDetail :: Lens' CertificateSummary (Maybe Certificate) Source #
An object that describes a certificate in detail.
certificateSummary_certificateName :: Lens' CertificateSummary (Maybe Text) Source #
The name of the certificate.
certificateSummary_domainName :: Lens' CertificateSummary (Maybe Text) Source #
The domain name of the certificate.
certificateSummary_tags :: Lens' CertificateSummary (Maybe [Tag]) Source #
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.