cookies Config
suspend fun cookiesConfig(value: Output<CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigArgs>)
suspend fun cookiesConfig(value: CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigArgs)
Parameters
value
Whether any cookies in viewer requests 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
Whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Cookies Config for more information.