matchPattern

@JvmName(name = "utxtmcshqyasardc")
suspend fun matchPattern(value: Output<WebAclCookieMatchPatternArgs>)
@JvmName(name = "dsiprqpglicoatmi")
suspend fun matchPattern(value: WebAclCookieMatchPatternArgs)

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 = "grvawslsikbrndhj")
suspend fun matchPattern(argument: suspend WebAclCookieMatchPatternArgsBuilder.() -> 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" ] }