aws.waf.rule.fieldtomatch
Supported platform
- aws
Description
Field to match
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| target | string | |
| ruleName | string | Name of the rule this statement belongs to |
| statementID | string | ID of the statement |
| method | bool | Whether to match the HTTP method: GET or POST |
| uriPath | bool | Whether to match the URI path |
| queryString | bool | Whether to match the query string |
| allQueryArguments | bool | Whether to match all query arguments |
| body | aws.waf.rule.fieldtomatch.body | Whether to match the body (match if not null) |
| cookie | aws.waf.rule.fieldtomatch.cookie | Whether to match the cookie (match if not null) |
| singleHeader | aws.waf.rule.fieldtomatch.singleheader | Whether to match the single header (match if not null) |
| headerOrder | aws.waf.rule.fieldtomatch.headerorder | Whether to match the header order (match if not null) |
| headers | aws.waf.rule.fieldtomatch.headers | Whether to match the header (match if not null) |
| ja3Fingerprint | aws.waf.rule.fieldtomatch.ja3fingerprint | Whether to match the JA3 fingerprint (match if not null) |
| jsonBody | aws.waf.rule.fieldtomatch.jsonbody | Whether to match the JSON body (match if not null) |
| singleQueryArgument | aws.waf.rule.fieldtomatch.singlequeryargument | Whether to match the single query argument of the field (match if not null) |