LoggingConfigurationFieldToMatchJsonBodyPropertiesMatchPatternPropertiesArgs

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

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

Constructors

Functions

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

Properties

Link copied to clipboard
val all: Output<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: Output<List<String>>? = null

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