key_group
Gets an individual key_group
resource
Overview
Name | key_group |
Type | Resource |
Description | key_group |
Id | awscc.cloudfront.key_group |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
key_group_config | object | |
last_modified_time | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id,
key_group_config,
last_modified_time
FROM awscc.cloudfront.key_group
WHERE data__Identifier = '<Id>';
Permissions
To operate on the key_group
resource, the following permissions are required:
Delete
cloudfront:DeleteKeyGroup,
cloudfront:GetKeyGroup
Read
cloudfront:GetKeyGroup
Update
cloudfront:UpdateKeyGroup,
cloudfront:GetKeyGroup