matchScope

@JvmName(name = "ffxuaplicrwgrcem")
suspend fun matchScope(value: Output<WebAclJsonMatchScope>)
@JvmName(name = "qhtxcpcgnxjjkgwo")
suspend fun matchScope(value: WebAclJsonMatchScope)

Parameters

value

The parts of the JSON to match against using the MatchPattern . If you specify ALL , AWS WAF matches against keys and values. All does not require a match to be found in the keys and a match to be found in the values. It requires a match to be found in the keys or the values or both. To require a match in the keys and in the values, use a logical AND statement to combine two match rules, one that inspects the keys and another that inspects the values.