Rate Based Rule Predicate Args
data class RateBasedRulePredicateArgs(val dataId: Output<String>, val negated: Output<Boolean>, val type: Output<String>) : ConvertibleToJava<RateBasedRulePredicateArgs>
Properties
Link copied to clipboard
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
.