Package com.pulumi.aws.wafv2.outputs
Class RuleGroupRuleStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.RuleGroupRuleStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement
-
public final class RuleGroupRuleStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement.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<RuleGroupRuleStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatementFieldToMatch> 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<RuleGroupRuleStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatementTextTransformation> 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 RuleGroupRuleStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement.Builder builder()
-
-