CloudFront Distribution Cookies
Cookies is a property of the CloudFront Distribution ForwardedValues property that describes which
cookies are forwarded to the Amazon CloudFront origin.
Syntax
JSON
{ "Forward" :String, "WhitelistedNames" : [String, ...] }
YAML
Forward:StringWhitelistedNames: -String
Properties
Note
For more information about the constraints and valid values of each property, see the CookiePreference data type in the Amazon CloudFront API Reference.
Forward-
The cookies to forward to the origin of the cache behavior. You can specify
none,all, orwhitelist.Required: Yes
Type: String
WhitelistedNames-
The names of cookies to forward to the origin for the cache behavior.
Required: Conditional. Required if you specified
whitelistfor theForwardproperty.Type: List of String values
