/AWS1/CL_FNTPRMSINCACHEKEYAN00¶
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
.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_ENABLEACCEPTENCODINGGZIP
TYPE /AWS1/FNTBOOLEAN
/AWS1/FNTBOOLEAN
¶
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 istrue
and the viewer request includes theAccept-Encoding
header, then CloudFront does the following:
Normalizes the value of the viewer's
Accept-Encoding
headerIncludes the normalized header in the cache key
Includes the normalized header in the request to the origin, if a request is necessary
For more information, see Compression support in the Amazon CloudFront Developer Guide.
If you set this value to
true
, and this cache behavior also has an origin request policy attached, do not include theAccept-Encoding
header in the origin request policy. CloudFront always includes theAccept-Encoding
header in origin requests when the value of this field istrue
, so including this header in an origin request policy has no effect.If both of these fields are
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. In this case, you can manually addAccept-Encoding
to the headers whitelist like any other HTTP header.
IO_HEADERSCONFIG
TYPE REF TO /AWS1/CL_FNTCACHEPLYHEADERSCFG
/AWS1/CL_FNTCACHEPLYHEADERSCFG
¶
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.
IO_COOKIESCONFIG
TYPE REF TO /AWS1/CL_FNTCACHEPLYCOOKIESCFG
/AWS1/CL_FNTCACHEPLYCOOKIESCFG
¶
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.
IO_QUERYSTRINGSCONFIG
TYPE REF TO /AWS1/CL_FNTCACHEPLYQUERYSTR00
/AWS1/CL_FNTCACHEPLYQUERYSTR00
¶
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.
Optional arguments:¶
IV_ENABLEACCENCODINGBROTLI
TYPE /AWS1/FNTBOOLEAN
/AWS1/FNTBOOLEAN
¶
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 istrue
and the viewer request includes theAccept-Encoding
header, then CloudFront does the following:
Normalizes the value of the viewer's
Accept-Encoding
headerIncludes the normalized header in the cache key
Includes the normalized header in the request to the origin, if a request is necessary
For more information, see Compression support in the Amazon CloudFront Developer Guide.
If you set this value to
true
, and this cache behavior also has an origin request policy attached, do not include theAccept-Encoding
header in the origin request policy. CloudFront always includes theAccept-Encoding
header in origin requests when the value of this field istrue
, so including this header in an origin request policy has no effect.If both of these fields are
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. In this case, you can manually addAccept-Encoding
to the headers whitelist like any other HTTP header.
Queryable Attributes¶
EnableAcceptEncodingGzip¶
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 istrue
and the viewer request includes theAccept-Encoding
header, then CloudFront does the following:
Normalizes the value of the viewer's
Accept-Encoding
headerIncludes the normalized header in the cache key
Includes the normalized header in the request to the origin, if a request is necessary
For more information, see Compression support in the Amazon CloudFront Developer Guide.
If you set this value to
true
, and this cache behavior also has an origin request policy attached, do not include theAccept-Encoding
header in the origin request policy. CloudFront always includes theAccept-Encoding
header in origin requests when the value of this field istrue
, so including this header in an origin request policy has no effect.If both of these fields are
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. In this case, you can manually addAccept-Encoding
to the headers whitelist like any other HTTP header.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENABLEACCEPTENCODINGGZIP() |
Getter for ENABLEACCEPTENCODINGGZIP, with configurable defau |
ASK_ENABLEACCEPTENCODINGGZIP() |
Getter for ENABLEACCEPTENCODINGGZIP w/ exceptions if field h |
HAS_ENABLEACCEPTENCODINGGZIP() |
Determine if ENABLEACCEPTENCODINGGZIP has a value |
EnableAcceptEncodingBrotli¶
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 istrue
and the viewer request includes theAccept-Encoding
header, then CloudFront does the following:
Normalizes the value of the viewer's
Accept-Encoding
headerIncludes the normalized header in the cache key
Includes the normalized header in the request to the origin, if a request is necessary
For more information, see Compression support in the Amazon CloudFront Developer Guide.
If you set this value to
true
, and this cache behavior also has an origin request policy attached, do not include theAccept-Encoding
header in the origin request policy. CloudFront always includes theAccept-Encoding
header in origin requests when the value of this field istrue
, so including this header in an origin request policy has no effect.If both of these fields are
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. In this case, you can manually addAccept-Encoding
to the headers whitelist like any other HTTP header.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENABLEACCENCODINGBROTLI() |
Getter for ENABLEACCEPTENCODINGBROTLI, with configurable def |
ASK_ENABLEACCENCODINGBROTLI() |
Getter for ENABLEACCEPTENCODINGBROTLI w/ exceptions if field |
HAS_ENABLEACCENCODINGBROTLI() |
Determine if ENABLEACCEPTENCODINGBROTLI has a value |
HeadersConfig¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HEADERSCONFIG() |
Getter for HEADERSCONFIG |
CookiesConfig¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COOKIESCONFIG() |
Getter for COOKIESCONFIG |
QueryStringsConfig¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUERYSTRINGSCONFIG() |
Getter for QUERYSTRINGSCONFIG |