Skip to main content

AWSWAFWebACLFieldToMatch

No description

type AWSWAFWebACLFieldToMatch {
body: AWSWAFWebACLBody
cookies: AWSWAFWebACLCookies
headerOrder: AWSWAFWebACLHeaderOrder
headers: AWSWAFWebACLHeaders
jsonBody: AWSWAFWebACLJsonBody
singleHeader: AWSWAFWebACLSingleHeader
singleQueryArgument: AWSWAFWebACLSingleQueryArgument
}

Fields

AWSWAFWebACLFieldToMatch.body ● AWSWAFWebACLBody object

Inspect the request body as plain text

AWSWAFWebACLFieldToMatch.cookies ● AWSWAFWebACLCookies object

Inspect the request cookies

AWSWAFWebACLFieldToMatch.headerOrder ● AWSWAFWebACLHeaderOrder object

Inspect a string containing the list of the request's header names, ordered as they appear in the web request that WAF receives for inspection

AWSWAFWebACLFieldToMatch.headers ● AWSWAFWebACLHeaders object

Inspect the request headers

AWSWAFWebACLFieldToMatch.jsonBody ● AWSWAFWebACLJsonBody object

Inspect the request body as JSON

AWSWAFWebACLFieldToMatch.singleHeader ● AWSWAFWebACLSingleHeader object

Inspect a single header

AWSWAFWebACLFieldToMatch.singleQueryArgument ● AWSWAFWebACLSingleQueryArgument object

Inspect a single query argument

Member of

AWSWAFWebACLByteMatchStatement object ● AWSWAFWebACLLoggingConfiguration object ● AWSWAFWebACLRegexMatchStatement object ● AWSWAFWebACLRegexPatternSetReferenceStatement object ● AWSWAFWebACLSizeConstraintStatement object ● AWSWAFWebACLSqliMatchStatement object ● AWSWAFWebACLXssMatchStatement object