Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementSizeConstraintStatementArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementSizeConstraintStatementArgs
-
public final class WebAclRuleStatementSizeConstraintStatementArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementSizeConstraintStatementArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static WebAclRuleStatementSizeConstraintStatementArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebAclRuleStatementSizeConstraintStatementArgs.Builder
builder()
static WebAclRuleStatementSizeConstraintStatementArgs.Builder
builder(WebAclRuleStatementSizeConstraintStatementArgs defaults)
com.pulumi.core.Output<java.lang.String>
comparisonOperator()
java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs>>
fieldToMatch()
com.pulumi.core.Output<java.lang.Integer>
size()
com.pulumi.core.Output<java.util.List<WebAclRuleStatementSizeConstraintStatementTextTransformationArgs>>
textTransformations()
-
-
-
Field Detail
-
Empty
public static final WebAclRuleStatementSizeConstraintStatementArgs Empty
-
-
Method Detail
-
comparisonOperator
public com.pulumi.core.Output<java.lang.String> comparisonOperator()
- Returns:
- 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<com.pulumi.core.Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs>> fieldToMatch()
- Returns:
- Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.
-
size
public com.pulumi.core.Output<java.lang.Integer> size()
- Returns:
- Size, in bytes, to compare to the request part, after any transformations. Valid values are integers between 0 and 21474836480, inclusive.
-
textTransformations
public com.pulumi.core.Output<java.util.List<WebAclRuleStatementSizeConstraintStatementTextTransformationArgs>> 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 transformation is required. See `text_transformation` below for details.
-
builder
public static WebAclRuleStatementSizeConstraintStatementArgs.Builder builder()
-
builder
public static WebAclRuleStatementSizeConstraintStatementArgs.Builder builder(WebAclRuleStatementSizeConstraintStatementArgs defaults)
-
-