Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementByteMatchStatementArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementByteMatchStatementArgs
-
public final class WebAclRuleStatementByteMatchStatementArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementByteMatchStatementArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static WebAclRuleStatementByteMatchStatementArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebAclRuleStatementByteMatchStatementArgs.Builder
builder()
static WebAclRuleStatementByteMatchStatementArgs.Builder
builder(WebAclRuleStatementByteMatchStatementArgs defaults)
java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementByteMatchStatementFieldToMatchArgs>>
fieldToMatch()
com.pulumi.core.Output<java.lang.String>
positionalConstraint()
com.pulumi.core.Output<java.lang.String>
searchString()
com.pulumi.core.Output<java.util.List<WebAclRuleStatementByteMatchStatementTextTransformationArgs>>
textTransformations()
-
-
-
Field Detail
-
Empty
public static final WebAclRuleStatementByteMatchStatementArgs Empty
-
-
Method Detail
-
fieldToMatch
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementByteMatchStatementFieldToMatchArgs>> fieldToMatch()
- Returns:
- 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:
- 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:
- 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<WebAclRuleStatementByteMatchStatementTextTransformationArgs>> 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 WebAclRuleStatementByteMatchStatementArgs.Builder builder()
-
builder
public static WebAclRuleStatementByteMatchStatementArgs.Builder builder(WebAclRuleStatementByteMatchStatementArgs defaults)
-
-