Package com.pulumi.aws.wafv2.outputs
Class RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement
-
public final class RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement.Builder
builder()
static RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement.Builder
builder(RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement defaults)
java.util.Optional<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch>
fieldToMatch()
java.lang.String
regexString()
java.util.List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation>
textTransformations()
-
-
-
Method Detail
-
fieldToMatch
public java.util.Optional<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatch> fieldToMatch()
- Returns:
- The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.
-
regexString
public java.lang.String regexString()
- Returns:
- The string representing the regular expression. **Note:** The fixed quota for the maximum number of characters in each regex pattern is 200, which can't be changed. See [AWS WAF quotas](https://docs.aws.amazon.com/waf/latest/developerguide/limits.html) for details.
-
textTransformations
public java.util.List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation> 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 RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement.Builder builder()
-
builder
public static RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement.Builder builder(RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatement defaults)
-
-