メインコンテンツまでスキップ

AWSWAFWebACLSizeConstraintStatement

No description

type AWSWAFWebACLSizeConstraintStatement {
comparisonOperator: AWSWAFWebACLComparisonOperatorType!
fieldToMatch: AWSWAFWebACLFieldToMatch
size: Int64!
textTransformations: [AWSWAFWebACLTextTransformation!]!
}

Fields

AWSWAFWebACLSizeConstraintStatement.comparisonOperator ● AWSWAFWebACLComparisonOperatorType! non-null enum

The operator to use to compare the request part to the size setting

AWSWAFWebACLSizeConstraintStatement.fieldToMatch ● AWSWAFWebACLFieldToMatch object

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

AWSWAFWebACLSizeConstraintStatement.size ● Int64! non-null scalar

The size, in byte, to compare to the request part, after any transformations

AWSWAFWebACLSizeConstraintStatement.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

Member of

AWSWAFWebACLStatement object