PageRuleActionsCacheKeyFieldsCookieArgs

data class PageRuleActionsCacheKeyFieldsCookieArgs(val checkPresences: Output<List<String>>? = null, val includes: Output<List<String>>? = null) : ConvertibleToJava<PageRuleActionsCacheKeyFieldsCookieArgs>

Constructors

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

Properties

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

Check for presence of specified cookies, without including their actual values.

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

Use values of specified cookies in Cache Key.

Functions

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