Skip to content

Commit

Permalink
fixes some AWS WAF doc strings (#2825)
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpantz authored Dec 13, 2023
1 parent 8c1c31e commit 2063bf6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions providers/aws/resources/aws.lr
Original file line number Diff line number Diff line change
Expand Up @@ -400,21 +400,21 @@ private aws.waf.rule.fieldtomatch @defaults("target") {
queryString bool
// Whether to match all query arguments
allQueryArguments bool
// Body of the field to match
// Whether to match the body (match if not null)
body aws.waf.rule.fieldtomatch.body
// Cookie of the field to match
// Whether to match the cookie (match if not null)
cookie aws.waf.rule.fieldtomatch.cookie
// Single header of the field to match
// Whether to match the single header (match if not null)
singleHeader aws.waf.rule.fieldtomatch.singleheader
// Header order of the field to match
// Whether to match the header order (match if not null)
headerOrder aws.waf.rule.fieldtomatch.headerorder
// Header of the field to match
// Whether to match the header (match if not null)
headers aws.waf.rule.fieldtomatch.headers
// JA3 fingerprint of the field to match
// Whether to match the JA3 fingerprint (match if not null)
ja3Fingerprint aws.waf.rule.fieldtomatch.ja3fingerprint
// JSON body of the field to match
// Whether to match the JSON body (match if not null)
jsonBody aws.waf.rule.fieldtomatch.jsonbody
// Single query argument of the field to match
// Whether to match the single query argument of the field (match if not null)
singleQueryArgument aws.waf.rule.fieldtomatch.singlequeryargument
}

Expand Down

0 comments on commit 2063bf6

Please sign in to comment.