I am setting up CloudFront using CloudFormation, but I need to configure the Headers
property of the ForwardedValues
property. It should be setup in such a way that all headers are forwarded.
I can't find how to do so on neither the ForwardedValues
documentation page nor the page that is linked regarding Caching Content Based on Request Headers.
This is the CloudFormation 'path' to the Header
property:
someCloudFrontDistributionName:
Type: AWS::CloudFront::Distribution
Properties:
CacheBehaviors:
ForwaredValues:
Headers:
- # What to put here that will allow all Headers to be forwarded?