---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_cloudfront_key_group Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource Type definition for AWS::CloudFront::KeyGroup
---
# awscc_cloudfront_key_group (Resource)
Resource Type definition for AWS::CloudFront::KeyGroup
## Schema
### Required
- `key_group_config` (Attributes) (see [below for nested schema](#nestedatt--key_group_config))
### Read-Only
- `id` (String) The ID of this resource.
- `last_modified_time` (String)
### Nested Schema for `key_group_config`
Required:
- `comment` (String)
- `items` (List of String)
- `name` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_cloudfront_key_group.example
```