libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront
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.CloudFront.Types.PublicKey

Description

 
Synopsis

Documentation

data PublicKey Source #

A public key that you can use with signed URLs and signed cookies, or with field-level encryption.

See: newPublicKey smart constructor.

Constructors

PublicKey' 

Fields

Instances

Instances details
Eq PublicKey Source # 
Instance details

Defined in Amazonka.CloudFront.Types.PublicKey

Read PublicKey Source # 
Instance details

Defined in Amazonka.CloudFront.Types.PublicKey

Show PublicKey Source # 
Instance details

Defined in Amazonka.CloudFront.Types.PublicKey

Generic PublicKey Source # 
Instance details

Defined in Amazonka.CloudFront.Types.PublicKey

Associated Types

type Rep PublicKey :: Type -> Type #

NFData PublicKey Source # 
Instance details

Defined in Amazonka.CloudFront.Types.PublicKey

Methods

rnf :: PublicKey -> () #

Hashable PublicKey Source # 
Instance details

Defined in Amazonka.CloudFront.Types.PublicKey

FromXML PublicKey Source # 
Instance details

Defined in Amazonka.CloudFront.Types.PublicKey

type Rep PublicKey Source # 
Instance details

Defined in Amazonka.CloudFront.Types.PublicKey

type Rep PublicKey = D1 ('MetaData "PublicKey" "Amazonka.CloudFront.Types.PublicKey" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "PublicKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "publicKeyConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PublicKeyConfig))))

newPublicKey Source #

Create a value of PublicKey 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:id:PublicKey', publicKey_id - The identifier of the public key.

$sel:createdTime:PublicKey', publicKey_createdTime - The date and time when the public key was uploaded.

$sel:publicKeyConfig:PublicKey', publicKey_publicKeyConfig - Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.

publicKey_id :: Lens' PublicKey Text Source #

The identifier of the public key.

publicKey_createdTime :: Lens' PublicKey UTCTime Source #

The date and time when the public key was uploaded.

publicKey_publicKeyConfig :: Lens' PublicKey PublicKeyConfig Source #

Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.