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

Description

 
Synopsis

Documentation

data KeyGroup Source #

A key group.

A key group contains a list of public keys that you can use with CloudFront signed URLs and signed cookies.

See: newKeyGroup smart constructor.

Constructors

KeyGroup' 

Fields

Instances

Instances details
Eq KeyGroup Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyGroup

Read KeyGroup Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyGroup

Show KeyGroup Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyGroup

Generic KeyGroup Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyGroup

Associated Types

type Rep KeyGroup :: Type -> Type #

Methods

from :: KeyGroup -> Rep KeyGroup x #

to :: Rep KeyGroup x -> KeyGroup #

NFData KeyGroup Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyGroup

Methods

rnf :: KeyGroup -> () #

Hashable KeyGroup Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyGroup

Methods

hashWithSalt :: Int -> KeyGroup -> Int #

hash :: KeyGroup -> Int #

FromXML KeyGroup Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyGroup

type Rep KeyGroup Source # 
Instance details

Defined in Amazonka.CloudFront.Types.KeyGroup

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

newKeyGroup Source #

Create a value of KeyGroup 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:KeyGroup', keyGroup_id - The identifier for the key group.

$sel:lastModifiedTime:KeyGroup', keyGroup_lastModifiedTime - The date and time when the key group was last modified.

$sel:keyGroupConfig:KeyGroup', keyGroup_keyGroupConfig - The key group configuration.

keyGroup_id :: Lens' KeyGroup Text Source #

The identifier for the key group.

keyGroup_lastModifiedTime :: Lens' KeyGroup UTCTime Source #

The date and time when the key group was last modified.