RuleGroupJsonMatchPatternArgs

data class RuleGroupJsonMatchPatternArgs(val all: Output<Any>? = null, val includedPaths: Output<List<String>>? = null) : ConvertibleToJava<RuleGroupJsonMatchPatternArgs>

The pattern to look for in the JSON body.

Constructors

Link copied to clipboard
fun RuleGroupJsonMatchPatternArgs(all: Output<Any>? = null, includedPaths: Output<List<String>>? = null)

Functions

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

Properties

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

Inspect all parts of the web request's JSON body.

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