Package com.pulumi.aws.wafv2.outputs
Class WebAclRuleStatementRegexPatternSetReferenceStatement
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.WebAclRuleStatementRegexPatternSetReferenceStatement
-
public final class WebAclRuleStatementRegexPatternSetReferenceStatement extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementRegexPatternSetReferenceStatement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
arn()
static WebAclRuleStatementRegexPatternSetReferenceStatement.Builder
builder()
static WebAclRuleStatementRegexPatternSetReferenceStatement.Builder
builder(WebAclRuleStatementRegexPatternSetReferenceStatement defaults)
java.util.Optional<WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatch>
fieldToMatch()
java.util.List<WebAclRuleStatementRegexPatternSetReferenceStatementTextTransformation>
textTransformations()
-
-
-
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<WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatch> fieldToMatch()
- Returns:
- Part of a web request that you want AWS WAF to inspect. See Field to Match below for details.
-
textTransformations
public java.util.List<WebAclRuleStatementRegexPatternSetReferenceStatementTextTransformation> 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 WebAclRuleStatementRegexPatternSetReferenceStatement.Builder builder()
-
builder
public static WebAclRuleStatementRegexPatternSetReferenceStatement.Builder builder(WebAclRuleStatementRegexPatternSetReferenceStatement defaults)
-
-