cookies Config
suspend fun cookiesConfig(value: Output<CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigArgs>)
suspend fun cookiesConfig(value: CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigArgs)
Parameters
value
Object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Cookies Config for more information.
suspend fun cookiesConfig(argument: suspend CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigArgsBuilder.() -> Unit)
Parameters
argument
Object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Cookies Config for more information.