Package com.pulumi.aws.wafv2.outputs
Class RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement
-
public final class RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement.Builder
builder()
static RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement.Builder
builder(RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement defaults)
java.lang.String
comparisonOperator()
java.util.Optional<RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch>
fieldToMatch()
java.lang.Integer
size()
java.util.List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation>
textTransformations()
-
-
-
Method Detail
-
comparisonOperator
public java.lang.String comparisonOperator()
- Returns:
- The operator to use to compare the request part to the size setting. Valid values include: `EQ`, `NE`, `LE`, `LT`, `GE`, or `GT`.
-
fieldToMatch
public java.util.Optional<RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatch> fieldToMatch()
- Returns:
- The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.
-
size
public java.lang.Integer size()
- Returns:
- The size, in bytes, to compare to the request part, after any transformations. Valid values are integers between 0 and 21474836480, inclusive.
-
textTransformations
public java.util.List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation> textTransformations()
- Returns:
- Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one required. See Text Transformation below for details.
-
builder
public static RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatement.Builder builder()
-
-