[ aws . cloudfront ]
Gets a cache policy configuration.
To get a cache policy configuration, you must provide the policy’s identifier. If the cache policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions
or GetDistribution
. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies
.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
get-cache-policy-config
--id <value>
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--cli-auto-prompt <value>]
--id
(string)
The unique identifier for the cache policy. If the cache policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using
ListDistributions
orGetDistribution
. If the cache policy is not attached to a cache behavior, you can get the identifier usingListCachePolicies
.
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command.
--cli-auto-prompt
(boolean)
Automatically prompt for CLI input parameters.
See ‘aws help’ for descriptions of global parameters.
CachePolicyConfig -> (structure)
The cache policy configuration.
Comment -> (string)
A comment to describe the cache policy.
Name -> (string)
A unique name to identify the cache policy.
DefaultTTL -> (long)
The default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated. CloudFront uses this value as the object’s time to live (TTL) only when the origin does not send
Cache-Control
orExpires
headers with the object. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide .The default value for this field is 86400 seconds (one day). If the value of
MinTTL
is more than 86400 seconds, then the default value for this field is the same as the value ofMinTTL
.MaxTTL -> (long)
The maximum amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated. CloudFront uses this value only when the origin sends
Cache-Control
orExpires
headers with the object. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide .The default value for this field is 31536000 seconds (one year). If the value of
MinTTL
orDefaultTTL
is more than 31536000 seconds, then the default value for this field is the same as the value ofDefaultTTL
.MinTTL -> (long)
The minimum amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) in the Amazon CloudFront Developer Guide .
ParametersInCacheKeyAndForwardedToOrigin -> (structure)
The HTTP headers, cookies, and URL query strings to include in the cache key. The values included in the cache key are automatically included in requests that CloudFront sends to the origin.
EnableAcceptEncodingGzip -> (boolean)
A flag that determines whether the
Accept-Encoding
HTTP header is included in the cache key and included in requests that CloudFront sends to the origin.If this field is
true
and the viewer request includes theAccept-Encoding
header, then CloudFront normalizes the value of the viewer’sAccept-Encoding
header to one of the following:
Accept-Encoding: gzip
(ifgzip
is in the viewer’sAccept-Encoding
header)
Accept-Encoding: identity
(ifgzip
is not in the viewer’sAccept-Encoding
header)CloudFront includes the normalized header in the cache key and includes it in requests that CloudFront sends to the origin.
If this field is
false
, then CloudFront treats theAccept-Encoding
header the same as any other HTTP header in the viewer request. By default, it’s not included in the cache key and it’s not included in origin requests. You can manually addAccept-Encoding
to the headers whitelist like any other HTTP header.When this field is
true
, you should not whitelist theAccept-Encoding
header in the cache policy or in an origin request policy attached to the same cache behavior.For more information, see Cache compressed objects in the Amazon CloudFront Developer Guide .
HeadersConfig -> (structure)
An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and automatically included in requests that CloudFront sends to the origin.
HeaderBehavior -> (string)
Determines whether any HTTP headers are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are:
none
– HTTP headers are not included in the cache key and are not automatically included in requests that CloudFront sends to the origin. Even when this field is set tonone
, any headers that are listed in anOriginRequestPolicy
are included in origin requests.
whitelist
– The HTTP headers that are listed in theHeaders
type are included in the cache key and are automatically included in requests that CloudFront sends to the origin.Headers -> (structure)
Contains a list of HTTP header names.
Quantity -> (integer)
The number of header names in the
Items
list.Items -> (list)
A list of HTTP header names.
(string)
CookiesConfig -> (structure)
An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and automatically included in requests that CloudFront sends to the origin.
CookieBehavior -> (string)
Determines whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are:
none
– Cookies in viewer requests are not included in the cache key and are not automatically included in requests that CloudFront sends to the origin. Even when this field is set tonone
, any cookies that are listed in anOriginRequestPolicy
are included in origin requests.
whitelist
– The cookies in viewer requests that are listed in theCookieNames
type are included in the cache key and automatically included in requests that CloudFront sends to the origin.
allExcept
– All cookies in viewer requests that are * not * listed in theCookieNames
type are included in the cache key and automatically included in requests that CloudFront sends to the origin.
all
– All cookies in viewer requests are included in the cache key and are automatically included in requests that CloudFront sends to the origin.Cookies -> (structure)
Contains a list of cookie names.
Quantity -> (integer)
The number of cookie names in the
Items
list.Items -> (list)
A list of cookie names.
(string)
QueryStringsConfig -> (structure)
An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the cache key and automatically included in requests that CloudFront sends to the origin.
QueryStringBehavior -> (string)
Determines whether any URL query strings in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are:
none
– Query strings in viewer requests are not included in the cache key and are not automatically included in requests that CloudFront sends to the origin. Even when this field is set tonone
, any query strings that are listed in anOriginRequestPolicy
are included in origin requests.
whitelist
– The query strings in viewer requests that are listed in theQueryStringNames
type are included in the cache key and automatically included in requests that CloudFront sends to the origin.
allExcept
– All query strings in viewer requests that are * not * listed in theQueryStringNames
type are included in the cache key and automatically included in requests that CloudFront sends to the origin.
all
– All query strings in viewer requests are included in the cache key and are automatically included in requests that CloudFront sends to the origin.QueryStrings -> (structure)
Contains the specific query strings in viewer requests that either * are * or * are not * included in the cache key and automatically included in requests that CloudFront sends to the origin. The behavior depends on whether the
QueryStringBehavior
field in theCachePolicyQueryStringsConfig
type is set towhitelist
(the listed query strings * are * included) orallExcept
(the listed query strings * are not * included, but all other query strings are).Quantity -> (integer)
The number of query string names in the
Items
list.Items -> (list)
A list of query string names.
(string)
ETag -> (string)
The current version of the cache policy.