Cache Policy Parameters In Cache Key And Forwarded To Origin Args
This object determines 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 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 an 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`
.
Constructors
Properties
An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and in requests that CloudFront sends to the origin.
A flag that can affect whether the `Accept-Encoding`
HTTP header is included in the cache key and included in requests that CloudFront sends to the origin. This field is related to the `EnableAcceptEncodingGzip`
field. If one or both of these fields is `true`
and the viewer request includes the `Accept-Encoding`
header, then CloudFront does the following:
A flag that can affect whether the `Accept-Encoding`
HTTP header is included in the cache key and included in requests that CloudFront sends to the origin. This field is related to the `EnableAcceptEncodingBrotli`
field. If one or both of these fields is `true`
and the viewer request includes the `Accept-Encoding`
header, then CloudFront does the following:
An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and in requests that CloudFront sends to the origin.
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 in requests that CloudFront sends to the origin.