Class RuleGroupRuleStatementByteMatchStatementArgs


  • public final class RuleGroupRuleStatementByteMatchStatementArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • 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.