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