Class RateBasedRulePredicate


  • public final class RateBasedRulePredicate
    extends java.lang.Object
    • Method Detail

      • dataId

        public java.lang.String dataId()
        Returns:
        A unique identifier for a predicate in the rule, such as Byte Match Set ID or IPSet ID.
      • negated

        public java.lang.Boolean negated()
        Returns:
        Set this to `false` if you want to allow, block, or count requests based on the settings in the specified `ByteMatchSet`, `IPSet`, `SqlInjectionMatchSet`, `XssMatchSet`, or `SizeConstraintSet`. For example, if an IPSet includes the IP address `192.0.2.44`, AWS WAF will allow or block requests based on that IP address. If set to `true`, AWS WAF will allow, block, or count requests based on all IP addresses _except_ `192.0.2.44`.
      • type

        public java.lang.String type()
        Returns:
        The type of predicate in a rule. Valid values: `ByteMatch`, `GeoMatch`, `IPMatch`, `RegexMatch`, `SizeConstraint`, `SqlInjectionMatch`, or `XssMatch`.