AWSWAFWebACLByteMatchStatement
No description
type AWSWAFWebACLByteMatchStatement {
fieldToMatch: AWSWAFWebACLFieldToMatch
positionalConstraint: AWSWAFWebACLByteMatchStatementPositionalConstraintType!
searchString: String!
textTransformations: [AWSWAFWebACLTextTransformation!]
}
Fields
AWSWAFWebACLByteMatchStatement.fieldToMatch
● AWSWAFWebACLFieldToMatch
object
The part of the web request that you want WAF to inspect
AWSWAFWebACLByteMatchStatement.positionalConstraint
● AWSWAFWebACLByteMatchStatementPositionalConstraintType!
non-null enum
The area within the portion of the web request that you want WAF to search for SearchString
AWSWAFWebACLByteMatchStatement.searchString
● String!
non-null scalar
A string value that you want WAF to search for. WAF searches only in the part of web requests that you designate for inspection in FieldToMatch
AWSWAFWebACLByteMatchStatement.textTransformations
● [AWSWAFWebACLTextTransformation!]
list object
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection
Member of
AWSWAFWebACLStatement
object