class Aws::CloudFront::Types::TrustedKeyGroups

A list of key groups 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 TrustedKeyGroups

data as a hash:

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

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

@!attribute [rw] quantity

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

@!attribute [rw] items

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

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

Constants

SENSITIVE