Package com.pulumi.aws.wafv2.inputs
Class RuleGroupRuleStatementRegexMatchStatementArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementRegexMatchStatementArgs
-
public final class RuleGroupRuleStatementRegexMatchStatementArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleStatementRegexMatchStatementArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RuleGroupRuleStatementRegexMatchStatementArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleGroupRuleStatementRegexMatchStatementArgs.Builder
builder()
static RuleGroupRuleStatementRegexMatchStatementArgs.Builder
builder(RuleGroupRuleStatementRegexMatchStatementArgs defaults)
java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementRegexMatchStatementFieldToMatchArgs>>
fieldToMatch()
com.pulumi.core.Output<java.lang.String>
regexString()
com.pulumi.core.Output<java.util.List<RuleGroupRuleStatementRegexMatchStatementTextTransformationArgs>>
textTransformations()
-
-
-
Field Detail
-
Empty
public static final RuleGroupRuleStatementRegexMatchStatementArgs Empty
-
-
Method Detail
-
fieldToMatch
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementRegexMatchStatementFieldToMatchArgs>> 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<RuleGroupRuleStatementRegexMatchStatementTextTransformationArgs>> 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 RuleGroupRuleStatementRegexMatchStatementArgs.Builder builder()
-
builder
public static RuleGroupRuleStatementRegexMatchStatementArgs.Builder builder(RuleGroupRuleStatementRegexMatchStatementArgs defaults)
-
-