AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudFront::KeyGroup

CloudFront KeyGroup

A key group. A key group contains a list of public keys that you can use with [CloudFront signed URLs and signed cookies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html).

Properties

1 configurable property. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
KeyGroupConfig
KeyGroupConfig
Required

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Idstring-
LastModifiedTimestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudFront::KeyGroup

Resources:
  MyResource:
    Type: AWS::CloudFront::KeyGroup
    Properties:
      KeyGroupConfig: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

cloudfront:CreateKeyGroup

delete

cloudfront:DeleteKeyGroupcloudfront:GetKeyGroup

list

cloudfront:ListKeyGroups

read

cloudfront:GetKeyGroup

update

cloudfront:UpdateKeyGroupcloudfront:GetKeyGroup

Get the CloudFront Cheat Sheet

Everything you need to know about CloudFront on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceCloudFront
Properties3
Required1
TaggingNot supported
Primary IDId

Supported Operations

CreateDeleteListReadUpdate

External Links