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
- Struct
- Aws::CloudFront::Types::KeyGroupConfig
- 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
-
#comment ⇒ String
A comment to describe the key group.
-
#items ⇒ Array<String>
A list of the identifiers of the public keys in the key group.
-
#name ⇒ String
A name to identify the key group.
Instance Attribute Details
#comment ⇒ String
A comment to describe the key group.
#items ⇒ Array<String>
A list of the identifiers of the public keys in the key group.
#name ⇒ String
A name to identify the key group.