CachePolicyCookiesConfigArgs

data class CachePolicyCookiesConfigArgs(val cookieBehavior: Output<String>, val cookies: Output<List<String>>? = null) : ConvertibleToJava<CachePolicyCookiesConfigArgs>

An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and in requests that CloudFront sends to the origin.

Constructors

Link copied to clipboard
constructor(cookieBehavior: Output<String>, cookies: Output<List<String>>? = null)

Properties

Link copied to clipboard
val cookieBehavior: Output<String>

Determines whether any cookies in viewer requests are included in the cache key and in requests that CloudFront sends to the origin. Valid values are:

Link copied to clipboard
val cookies: Output<List<String>>? = null

Contains a list of cookie names.

Functions

Link copied to clipboard
open override fun toJava(): CachePolicyCookiesConfigArgs