LoggingConfigurationFieldToMatchJsonBodyPropertiesMatchPatternProperties

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

The patterns to look for in the JSON body. AWS WAF inspects the results of these pattern matches against the rule inspection criteria.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val all: Any? = null

Match all of the elements. See also MatchScope in JsonBody. You must specify either this setting or the IncludedPaths setting, but not both.

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

Match only the specified include paths. See also MatchScope in JsonBody.