class Aws::CloudFront::Types::TrustedSigners

A list of accounts whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.

@note When making an API call, you may pass TrustedSigners

data as a hash:

    {
      enabled: false, # required
      quantity: 1, # required
      items: ["string"],
    }

@!attribute [rw] 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`.
@return [Boolean]

@!attribute [rw] quantity

The number of accounts in the list.
@return [Integer]

@!attribute [rw] items

A list of account identifiers.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/TrustedSigners AWS API Documentation

Constants

SENSITIVE