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 |
Documentation
data TrustedKeyGroups Source #
A list of key groups whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.
See: newTrustedKeyGroups
smart constructor.
TrustedKeyGroups' | |
|
Instances
Create a value of TrustedKeyGroups
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:items:TrustedKeyGroups'
, trustedKeyGroups_items
- A list of key groups identifiers.
$sel:enabled:TrustedKeyGroups'
, trustedKeyGroups_enabled
- This field is true
if any of the key groups in the list have public
keys that CloudFront can use to verify the signatures of signed URLs and
signed cookies. If not, this field is false
.
$sel:quantity:TrustedKeyGroups'
, trustedKeyGroups_quantity
- The number of key groups in the list.
trustedKeyGroups_items :: Lens' TrustedKeyGroups (Maybe [Text]) Source #
A list of key groups identifiers.
trustedKeyGroups_enabled :: Lens' TrustedKeyGroups Bool Source #
This field is true
if any of the key groups in the list have public
keys that CloudFront can use to verify the signatures of signed URLs and
signed cookies. If not, this field is false
.
trustedKeyGroups_quantity :: Lens' TrustedKeyGroups Int Source #
The number of key groups in the list.