Logging Configuration Field To Match Json Body Properties Match Pattern Properties Args
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
Link copied to clipboard
fun LoggingConfigurationFieldToMatchJsonBodyPropertiesMatchPatternPropertiesArgs(all: Output<Any>? = null, includedPaths: Output<List<String>>? = null)