Package com.pulumi.aws.wafv2.outputs
Class RuleGroupRuleStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.RuleGroupRuleStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement
-
public final class RuleGroupRuleStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement.Builder
-
Method Summary
-
-
-
Method Detail
-
arn
public java.lang.String arn()
- Returns:
- The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
-
fieldToMatch
public java.util.Optional<RuleGroupRuleStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatementFieldToMatch> fieldToMatch()
- Returns:
- The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.
-
textTransformations
public java.util.List<RuleGroupRuleStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatementTextTransformation> textTransformations()
- Returns:
- Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. See Text Transformation below for details.
-
builder
public static RuleGroupRuleStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement.Builder builder()
-
-