AWS::CloudFront::CachePolicy 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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "HeaderBehavior" :
String
, "Headers" :[ String, ... ]
}
YAML
HeaderBehavior:
String
Headers:- String
Properties
HeaderBehavior
-
Determines whether any HTTP headers are included in the cache key and in requests that CloudFront sends to the origin. Valid values are:
-
none
– No HTTP headers are included in the cache key or 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
– Only the HTTP headers that are listed in theHeaders
type are included in the cache key and in requests that CloudFront sends to the origin.
Required: Yes
Type: String
Pattern:
^(none|whitelist)$
Update requires: No interruption
-
Headers
-
Contains a list of HTTP header names.
Required: No
Type: Array of String
Update requires: No interruption