class Aws::CloudFront::Types::KeyGroupConfig

A key group configuration.

A key group contains a list of public keys that you can use with [CloudFront signed URLs and signed cookies].

[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html

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

data as a hash:

    {
      name: "string", # required
      items: ["string"], # required
      comment: "string",
    }

@!attribute [rw] name

A name to identify the key group.
@return [String]

@!attribute [rw] items

A list of the identifiers of the public keys in the key group.
@return [Array<String>]

@!attribute [rw] comment

A comment to describe the key group. The comment cannot be longer
than 128 characters.
@return [String]

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

Constants

SENSITIVE