You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFront::Types::KeyGroupConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing KeyGroupConfig as input to an Aws::Client method, you can use a vanilla Hash:

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

A key group configuration.

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

A comment to describe the key group.

Returns:

  • (String)

    A comment to describe the key group.

#itemsArray<String>

A list of the identifiers of the public keys in the key group.

Returns:

  • (Array<String>)

    A list of the identifiers of the public keys in the key group.

#nameString

A name to identify the key group.

Returns:

  • (String)

    A name to identify the key group.