matchPattern

@JvmName(name = "rciemuaxcdbvngjw")
suspend fun matchPattern(value: Output<RuleGroupCookieMatchPatternArgs>)
@JvmName(name = "pekukmpuboetqvww")
suspend fun matchPattern(value: RuleGroupCookieMatchPatternArgs)

Parameters

value

The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either All , IncludedCookies , or ExcludedCookies . Example JSON: "MatchPattern": { "IncludedCookies": [ "session-id-time", "session-id" ] }


@JvmName(name = "dxcjykohnbqvurjg")
suspend fun matchPattern(argument: suspend RuleGroupCookieMatchPatternArgsBuilder.() -> Unit)

Parameters

argument

The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either All , IncludedCookies , or ExcludedCookies . Example JSON: "MatchPattern": { "IncludedCookies": [ "session-id-time", "session-id" ] }