libZSservicesZSamazonka-rdsZSamazonka-rds
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.RDS.Types.Certificate

Description

 
Synopsis

Documentation

data Certificate Source #

A CA certificate for an Amazon Web Services account.

See: newCertificate smart constructor.

Constructors

Certificate' 

Fields

Instances

Instances details
Eq Certificate Source # 
Instance details

Defined in Amazonka.RDS.Types.Certificate

Read Certificate Source # 
Instance details

Defined in Amazonka.RDS.Types.Certificate

Show Certificate Source # 
Instance details

Defined in Amazonka.RDS.Types.Certificate

Generic Certificate Source # 
Instance details

Defined in Amazonka.RDS.Types.Certificate

Associated Types

type Rep Certificate :: Type -> Type #

NFData Certificate Source # 
Instance details

Defined in Amazonka.RDS.Types.Certificate

Methods

rnf :: Certificate -> () #

Hashable Certificate Source # 
Instance details

Defined in Amazonka.RDS.Types.Certificate

FromXML Certificate Source # 
Instance details

Defined in Amazonka.RDS.Types.Certificate

type Rep Certificate Source # 
Instance details

Defined in Amazonka.RDS.Types.Certificate

type Rep Certificate = D1 ('MetaData "Certificate" "Amazonka.RDS.Types.Certificate" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "Certificate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "certificateType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customerOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customerOverrideValidTill") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: ((S1 ('MetaSel ('Just "validTill") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "certificateIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "thumbprint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "validFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))))

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: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:certificateArn:Certificate', certificate_certificateArn - The Amazon Resource Name (ARN) for the certificate.

$sel:customerOverrideValidTill:Certificate', certificate_customerOverrideValidTill - If there is an override for the default certificate identifier, when the override expires.

$sel:validTill:Certificate', certificate_validTill - The final date that the certificate continues to be valid.

$sel:certificateIdentifier:Certificate', certificate_certificateIdentifier - The unique key that identifies a certificate.

$sel:thumbprint:Certificate', certificate_thumbprint - The thumbprint of the certificate.

$sel:validFrom:Certificate', certificate_validFrom - The starting date from which the certificate is valid.

certificate_customerOverride :: Lens' Certificate (Maybe Bool) Source #

Whether there is an override for the default certificate identifier.

certificate_certificateArn :: Lens' Certificate (Maybe Text) Source #

The Amazon Resource Name (ARN) for the certificate.

certificate_customerOverrideValidTill :: Lens' Certificate (Maybe UTCTime) Source #

If there is an override for the default certificate identifier, when the override expires.

certificate_validTill :: Lens' Certificate (Maybe UTCTime) Source #

The final date that the certificate continues to be valid.

certificate_certificateIdentifier :: Lens' Certificate (Maybe Text) Source #

The unique key that identifies a certificate.

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.