| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudFront.Types.KeyGroup
Description
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.
Constructors
| KeyGroup' | |
Fields
| |
Instances
| FromXML KeyGroup Source # | |
| Generic KeyGroup Source # | |
| Read KeyGroup Source # | |
| Show KeyGroup Source # | |
| NFData KeyGroup Source # | |
Defined in Amazonka.CloudFront.Types.KeyGroup | |
| Eq KeyGroup Source # | |
| Hashable KeyGroup Source # | |
Defined in Amazonka.CloudFront.Types.KeyGroup | |
| type Rep KeyGroup Source # | |
Defined in Amazonka.CloudFront.Types.KeyGroup type Rep KeyGroup = D1 ('MetaData "KeyGroup" "Amazonka.CloudFront.Types.KeyGroup" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" '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)))) | |
Arguments
| :: 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.