cache_policies_list_only
Lists cache_policies
in a region or regions, for all properties use cache_policies
Overview
Name | cache_policies_list_only |
Type | Resource |
Description | A cache policy. When it's attached to a cache behavior, the cache policy determines the following: + The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer. + The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache. The headers, cookies, and query strings that are included in the cache key are also included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find a valid object in its cache that matches the request's cache key. If you want to send values to the origin but *not* include them in the cache key, use OriginRequestPolicy . |
Id | aws.cloudfront.cache_policies_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all cache_policies
in a region.
SELECT
region,
id
FROM aws.cloudfront.cache_policies_list_only
;
Permissions
For permissions required to operate on the cache_policies_list_only
resource, see cache_policies