Get Cache Policy Parameters In Cache Key And Forwarded To Origin Cookies Config
data class GetCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfig(val cookieBehavior: String, val cookies: List<GetCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookie>)
Constructors
Link copied to clipboard
constructor(cookieBehavior: String, cookies: List<GetCachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigCookie>)
Properties
Link copied to clipboard
Determines 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 are none
, whitelist
, allExcept
, all
.
Link copied to clipboard
Object that contains a list of cookie names. See Items for more information.