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