AwsWafRateBasedRuleDetails

Details about a rate-based rule for global resources. A rate-based rule provides settings to indicate when to allow, block, or count a request. Rate-based rules include the number of requests that arrive over a specified period of time.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The predicates to include in the rate-based rule.

Link copied to clipboard

The name of the metrics for the rate-based rule.

Link copied to clipboard
val name: String?

The name of the rate-based rule.

Link copied to clipboard

The field that WAF uses to determine whether requests are likely arriving from single source and are subject to rate monitoring.

Link copied to clipboard

The maximum number of requests that have an identical value for the field specified in RateKey that are allowed within a five-minute period. If the number of requests exceeds RateLimit and the other predicates specified in the rule are met, WAF triggers the action for the rule.

Link copied to clipboard

The unique identifier for the rate-based rule.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String