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 ActiveTrustedSigners = ActiveTrustedSigners' {}
- newActiveTrustedSigners :: Bool -> Int -> ActiveTrustedSigners
- activeTrustedSigners_items :: Lens' ActiveTrustedSigners (Maybe [Signer])
- activeTrustedSigners_enabled :: Lens' ActiveTrustedSigners Bool
- activeTrustedSigners_quantity :: Lens' ActiveTrustedSigners Int
Documentation
data ActiveTrustedSigners Source #
A list of accounts and the active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.
See: newActiveTrustedSigners
smart constructor.
ActiveTrustedSigners' | |
|
Instances
newActiveTrustedSigners Source #
:: Bool | |
-> Int | |
-> ActiveTrustedSigners |
Create a value of ActiveTrustedSigners
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:ActiveTrustedSigners'
, activeTrustedSigners_items
- A list of accounts and the identifiers of active CloudFront key pairs in
each account that CloudFront can use to verify the signatures of signed
URLs and signed cookies.
$sel:enabled:ActiveTrustedSigners'
, activeTrustedSigners_enabled
- This field is true
if any of the accounts in the list have active
CloudFront key pairs that CloudFront can use to verify the signatures of
signed URLs and signed cookies. If not, this field is false
.
$sel:quantity:ActiveTrustedSigners'
, activeTrustedSigners_quantity
- The number of accounts in the list.
activeTrustedSigners_items :: Lens' ActiveTrustedSigners (Maybe [Signer]) Source #
A list of accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.
activeTrustedSigners_enabled :: Lens' ActiveTrustedSigners Bool Source #
This field is true
if any of the accounts in the list have active
CloudFront key pairs that CloudFront can use to verify the signatures of
signed URLs and signed cookies. If not, this field is false
.
activeTrustedSigners_quantity :: Lens' ActiveTrustedSigners Int Source #
The number of accounts in the list.