Package com.pulumi.aws.wafv2.inputs
Class RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementArgs
-
public final class RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementArgs.Builder
builder()
static RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementArgs.Builder
builder(RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementArgs defaults)
java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchArgs>>
fieldToMatch()
com.pulumi.core.Output<java.util.List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformationArgs>>
textTransformations()
-
-
-
Field Detail
-
Empty
public static final RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementArgs Empty
-
-
Method Detail
-
fieldToMatch
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchArgs>> fieldToMatch()
- Returns:
- The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.
-
textTransformations
public com.pulumi.core.Output<java.util.List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformationArgs>> 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 RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementArgs.Builder builder()
-
builder
public static RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementArgs.Builder builder(RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementArgs defaults)
-
-