AWS::WAFv2::LoggingConfiguration MatchPattern
The patterns to look for in the JSON body. Amazon WAF inspects the results of these pattern matches against the rule inspection criteria.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "All" :Json, "IncludedPaths" :[ String, ... ]}
YAML
All:JsonIncludedPaths:- String
Properties
All-
Match all of the elements.
You must specify either this setting or the
IncludedPathssetting, but not both.Required: No
Type: Json
Update requires: No interruption
IncludedPaths-
Match only the specified include paths.
Provide the include paths using JSON Pointer syntax. For example,
"IncludedPaths": ["/dogs/0/name", "/dogs/1/name"]. For information about this syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer. You must specify either this setting or the
Allsetting, but not both.Note
Don't use this option to include all paths. Instead, use the
Allsetting.Required: No
Type: List of String
Update requires: No interruption