Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs
-
public final class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs.Builder
builder()
static WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs.Builder
builder(WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs defaults)
java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchArgs>>
fieldToMatch()
com.pulumi.core.Output<java.lang.String>
regexString()
com.pulumi.core.Output<java.util.List<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementTextTransformationArgs>>
textTransformations()
-
-
-
Field Detail
-
Empty
public static final WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs Empty
-
-
Method Detail
-
fieldToMatch
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchArgs>> 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:
- String representing the regular expression. Minimum of `1` and maximum of `512` characters.
-
textTransformations
public com.pulumi.core.Output<java.util.List<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementTextTransformationArgs>> 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 WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementArgs.Builder builder()
-
-