Web Acl Json Match Pattern Args
data class WebAclJsonMatchPatternArgs(val all: Output<Any>? = null, val includedPaths: Output<List<String>>? = null) : ConvertibleToJava<WebAclJsonMatchPatternArgs>
The pattern to look for in the JSON body.
Properties
Link copied to clipboard
Match only the specified include paths. See also MatchScope
in the JsonBody
FieldToMatch
specification. Provide the include paths using JSON Pointer syntax. For example, "IncludedPaths": ["/dogs/0/name", "/dogs/1/name"]
. For information about this syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer . You must specify either this setting or the All
setting, but not both.