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.KGKeyPairIds

Description

 
Synopsis

Documentation

data KGKeyPairIds Source #

A list of identifiers for the public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.

See: newKGKeyPairIds smart constructor.

Constructors

KGKeyPairIds' 

Fields

Instances

Instances details
Eq KGKeyPairIds Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KGKeyPairIds

Read KGKeyPairIds Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KGKeyPairIds

Show KGKeyPairIds Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KGKeyPairIds

Generic KGKeyPairIds Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KGKeyPairIds

Associated Types

type Rep KGKeyPairIds :: Type -> Type #

NFData KGKeyPairIds Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KGKeyPairIds

Methods

rnf :: KGKeyPairIds -> () #

Hashable KGKeyPairIds Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KGKeyPairIds

FromXML KGKeyPairIds Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KGKeyPairIds

type Rep KGKeyPairIds Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KGKeyPairIds

type Rep KGKeyPairIds = D1 ('MetaData "KGKeyPairIds" "Amazonka.CloudFront.Types.KGKeyPairIds" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "KGKeyPairIds'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyPairIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KeyPairIds)) :*: S1 ('MetaSel ('Just "keyGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newKGKeyPairIds :: KGKeyPairIds Source #

Create a value of KGKeyPairIds 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:keyPairIds:KGKeyPairIds', kGKeyPairIds_keyPairIds - Undocumented member.

$sel:keyGroupId:KGKeyPairIds', kGKeyPairIds_keyGroupId - The identifier of the key group that contains the public keys.

kGKeyPairIds_keyGroupId :: Lens' KGKeyPairIds (Maybe Text) Source #

The identifier of the key group that contains the public keys.