Cache Policy Parameters In Cache Key And Forwarded To Origin Cookies Config
data class CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig(val cookieBehavior: String, val cookies: CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookies? = null)
Constructors
Link copied to clipboard
constructor(cookieBehavior: String, cookies: CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookies? = null)
Properties
Link copied to clipboard
Whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values for cookie_behavior
are none
, whitelist
, allExcept
, and all
.
Link copied to clipboard
Object that contains a list of cookie names. See Items for more information.