rate Based Statement
Parameters
value
Rate-based rule tracks the rate of requests for each originating IP address
, and triggers the rule action when the rate exceeds a limit that you specify on the number of requests in any 5-minute
time span. This statement can not be nested. See rate_based_statement
below for details.
suspend fun rateBasedStatement(argument: suspend WebAclRuleStatementRateBasedStatementArgsBuilder.() -> Unit)
Parameters
argument
Rate-based rule tracks the rate of requests for each originating IP address
, and triggers the rule action when the rate exceeds a limit that you specify on the number of requests in any 5-minute
time span. This statement can not be nested. See rate_based_statement
below for details.