Web Acl Json Body Args
Inspect the request body as JSON. The request body immediately follows the request headers.
Constructors
Properties
What AWS WAF should do if it fails to completely parse the JSON body. The options are the following:
The patterns to look for in the JSON body. AWS WAF inspects the results of these pattern matches against the rule inspection criteria.
The parts of the JSON to match against using the MatchPattern
. If you specify ALL
, AWS WAF matches against keys and values. All
does not require a match to be found in the keys and a match to be found in the values. It requires a match to be found in the keys or the values or both. To require a match in the keys and in the values, use a logical AND
statement to combine two match rules, one that inspects the keys and another that inspects the values.
What AWS WAF should do if the body is larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of the web request body if the body exceeds the limit for the resource type. When a web request body is larger than the limit, the underlying host service only forwards the contents that are within the limit to AWS WAF for inspection.