PageRuleActionsCacheKeyFieldsCookieArgs

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

Constructors

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

Functions

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

Properties

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

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

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

Only use values of specified query string parameters in Cache Key.