key_value_store
Gets an individual key_value_store
resource
Overview
Name | key_value_store |
Type | Resource |
Description | key_value_store |
Id | awscc.cloudfront.key_value_store |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
id | string | |
status | string | |
name | string | |
comment | string | |
import_source | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
id,
status,
name,
comment,
import_source
FROM awscc.cloudfront.key_value_store
WHERE data__Identifier = '<Name>';
Permissions
To operate on the key_value_store
resource, the following permissions are required:
Delete
cloudfront:DeleteKeyValueStore,
cloudfront:DescribeKeyValueStore
Read
cloudfront:DescribeKeyValueStore
Update
cloudfront:UpdateKeyValueStore,
cloudfront:DescribeKeyValueStore