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