class Aws::CloudFront::Types::CachePolicyHeadersConfig
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.
@note When making an API call, you may pass CachePolicyHeadersConfig
data as a hash: { header_behavior: "none", # required, accepts none, whitelist headers: { quantity: 1, # required items: ["string"], }, }
@!attribute [rw] header_behavior
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 to `none`, any headers that are listed in an `OriginRequestPolicy` *are* included in origin requests. * `whitelist` – The HTTP headers that are listed in the `Headers` type are included in the cache key and are automatically included in requests that CloudFront sends to the origin. @return [String]
@!attribute [rw] headers
Contains a list of HTTP header names. @return [Types::Headers]
@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CachePolicyHeadersConfig AWS API Documentation
Constants
- SENSITIVE