Package com.pulumi.aws.wafv2.inputs
Class RuleGroupRuleStatementByteMatchStatementArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementByteMatchStatementArgs
-
public final class RuleGroupRuleStatementByteMatchStatementArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleStatementByteMatchStatementArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RuleGroupRuleStatementByteMatchStatementArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleGroupRuleStatementByteMatchStatementArgs.Builder
builder()
static RuleGroupRuleStatementByteMatchStatementArgs.Builder
builder(RuleGroupRuleStatementByteMatchStatementArgs defaults)
java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementByteMatchStatementFieldToMatchArgs>>
fieldToMatch()
com.pulumi.core.Output<java.lang.String>
positionalConstraint()
com.pulumi.core.Output<java.lang.String>
searchString()
com.pulumi.core.Output<java.util.List<RuleGroupRuleStatementByteMatchStatementTextTransformationArgs>>
textTransformations()
-
-
-
Field Detail
-
Empty
public static final RuleGroupRuleStatementByteMatchStatementArgs Empty
-
-
Method Detail
-
fieldToMatch
public java.util.Optional<com.pulumi.core.Output<RuleGroupRuleStatementByteMatchStatementFieldToMatchArgs>> fieldToMatch()
- Returns:
- The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.
-
positionalConstraint
public com.pulumi.core.Output<java.lang.String> positionalConstraint()
- Returns:
- The area within the portion of a web request that you want AWS WAF to search for `search_string`. Valid values include the following: `EXACTLY`, `STARTS_WITH`, `ENDS_WITH`, `CONTAINS`, `CONTAINS_WORD`. See the AWS [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_ByteMatchStatement.html) for more information.
-
searchString
public com.pulumi.core.Output<java.lang.String> searchString()
- Returns:
- A string value that you want AWS WAF to search for. AWS WAF searches only in the part of web requests that you designate for inspection in `field_to_match`. The maximum length of the value is 50 bytes.
-
textTransformations
public com.pulumi.core.Output<java.util.List<RuleGroupRuleStatementByteMatchStatementTextTransformationArgs>> 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 RuleGroupRuleStatementByteMatchStatementArgs.Builder builder()
-
builder
public static RuleGroupRuleStatementByteMatchStatementArgs.Builder builder(RuleGroupRuleStatementByteMatchStatementArgs defaults)
-
-