Skip to main content

AWSWAFWebACLSqliMatchStatement

No description

type AWSWAFWebACLSqliMatchStatement {
fieldToMatch: AWSWAFWebACLFieldToMatch
textTransformations: [AWSWAFWebACLTextTransformation!]!
sensitivityLevel: AWSWAFWebACLSqliMatchStatementSensitivityLevelType!
}

Fields

AWSWAFWebACLSqliMatchStatement.fieldToMatch ● AWSWAFWebACLFieldToMatch object

The part of the web request that you want WAF to inspect

AWSWAFWebACLSqliMatchStatement.textTransformations ● [AWSWAFWebACLTextTransformation!]! non-null object

Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection

AWSWAFWebACLSqliMatchStatement.sensitivityLevel ● AWSWAFWebACLSqliMatchStatementSensitivityLevelType! non-null enum

The sensitivity that you want WAF to use to inspect for SQL injection attacks

Member of

AWSWAFWebACLStatement object