Web Acl Rule Statement Size Constraint Statement
data class WebAclRuleStatementSizeConstraintStatement(val comparisonOperator: String, val fieldToMatch: WebAclRuleStatementSizeConstraintStatementFieldToMatch? = null, val size: Int, val textTransformations: List<WebAclRuleStatementSizeConstraintStatementTextTransformation>)
Constructors
Link copied to clipboard
constructor(comparisonOperator: String, fieldToMatch: WebAclRuleStatementSizeConstraintStatementFieldToMatch? = null, size: Int, textTransformations: List<WebAclRuleStatementSizeConstraintStatementTextTransformation>)
Properties
Link copied to clipboard
Operator to use to compare the request part to the size setting. Valid values include: EQ
, NE
, LE
, LT
, GE
, or GT
.
Link copied to clipboard
Part of a web request that you want AWS WAF to inspect. See field_to_match
below for details.
Link copied to clipboard
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See text_transformation
below for details.