Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
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.
KeyGroup' | |
|
Instances
Eq KeyGroup Source # | |
Read KeyGroup Source # | |
Show KeyGroup Source # | |
Generic KeyGroup Source # | |
NFData KeyGroup Source # | |
Defined in Amazonka.CloudFront.Types.KeyGroup | |
Hashable KeyGroup Source # | |
Defined in Amazonka.CloudFront.Types.KeyGroup | |
FromXML KeyGroup Source # | |
type Rep KeyGroup Source # | |
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)))) |
:: Text | |
-> UTCTime | |
-> KeyGroupConfig | |
-> KeyGroup |
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_lastModifiedTime :: Lens' KeyGroup UTCTime Source #
The date and time when the key group was last modified.
keyGroup_keyGroupConfig :: Lens' KeyGroup KeyGroupConfig Source #
The key group configuration.