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
data TrustedSigners Source #
A list of accounts whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.
See: newTrustedSigners
smart constructor.
Instances
Create a value of TrustedSigners
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:TrustedSigners'
, trustedSigners_items
- A list of account identifiers.
$sel:enabled:TrustedSigners'
, trustedSigners_enabled
- This field is true
if any of the accounts 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:TrustedSigners'
, trustedSigners_quantity
- The number of accounts in the list.
trustedSigners_items :: Lens' TrustedSigners (Maybe [Text]) Source #
A list of account identifiers.
trustedSigners_enabled :: Lens' TrustedSigners Bool Source #
This field is true
if any of the accounts have public keys that
CloudFront can use to verify the signatures of signed URLs and signed
cookies. If not, this field is false
.
trustedSigners_quantity :: Lens' TrustedSigners Int Source #
The number of accounts in the list.