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
- data ActiveTrustedKeyGroups = ActiveTrustedKeyGroups' {}
- newActiveTrustedKeyGroups :: Bool -> Int -> ActiveTrustedKeyGroups
- activeTrustedKeyGroups_items :: Lens' ActiveTrustedKeyGroups (Maybe [KGKeyPairIds])
- activeTrustedKeyGroups_enabled :: Lens' ActiveTrustedKeyGroups Bool
- activeTrustedKeyGroups_quantity :: Lens' ActiveTrustedKeyGroups Int
Documentation
data ActiveTrustedKeyGroups Source #
A list of key groups, and the public keys in each key group, that CloudFront can use to verify the signatures of signed URLs and signed cookies.
See: newActiveTrustedKeyGroups
smart constructor.
ActiveTrustedKeyGroups' | |
|
Instances
newActiveTrustedKeyGroups Source #
:: Bool | |
-> Int | |
-> ActiveTrustedKeyGroups |
Create a value of ActiveTrustedKeyGroups
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:ActiveTrustedKeyGroups'
, activeTrustedKeyGroups_items
- A list of key groups, including the identifiers of the public keys in
each key group that CloudFront can use to verify the signatures of
signed URLs and signed cookies.
$sel:enabled:ActiveTrustedKeyGroups'
, activeTrustedKeyGroups_enabled
- This field is true
if any of the key groups 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:ActiveTrustedKeyGroups'
, activeTrustedKeyGroups_quantity
- The number of key groups in the list.
activeTrustedKeyGroups_items :: Lens' ActiveTrustedKeyGroups (Maybe [KGKeyPairIds]) Source #
A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.
activeTrustedKeyGroups_enabled :: Lens' ActiveTrustedKeyGroups Bool Source #
This field is true
if any of the key groups have public keys that
CloudFront can use to verify the signatures of signed URLs and signed
cookies. If not, this field is false
.
activeTrustedKeyGroups_quantity :: Lens' ActiveTrustedKeyGroups Int Source #
The number of key groups in the list.