RuleGroupCookieMatchPatternArgs

data class RuleGroupCookieMatchPatternArgs(val all: Output<Any>? = null, val excludedCookies: Output<List<String>>? = null, val includedCookies: Output<List<String>>? = null) : ConvertibleToJava<RuleGroupCookieMatchPatternArgs>

The pattern to look for in the request cookies.

Constructors

Link copied to clipboard
fun RuleGroupCookieMatchPatternArgs(all: Output<Any>? = null, excludedCookies: Output<List<String>>? = null, includedCookies: Output<List<String>>? = null)

Functions

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

Properties

Link copied to clipboard
val all: Output<Any>? = null

Inspect all parts of the web request cookies.

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