RuleGroupRuleStatementRateBasedStatement

data class RuleGroupRuleStatementRateBasedStatement(val aggregateKeyType: String? = null, val forwardedIpConfig: RuleGroupRuleStatementRateBasedStatementForwardedIpConfig? = null, val limit: Int, val scopeDownStatement: RuleGroupRuleStatementRateBasedStatementScopeDownStatement? = null)

Constructors

Link copied to clipboard
constructor(aggregateKeyType: String? = null, forwardedIpConfig: RuleGroupRuleStatementRateBasedStatementForwardedIpConfig? = null, limit: Int, scopeDownStatement: RuleGroupRuleStatementRateBasedStatementScopeDownStatement? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Setting that indicates how to aggregate the request counts. Valid values include: FORWARDED_IP or IP. Default: IP.

Link copied to clipboard

The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. If aggregate_key_type is set to FORWARDED_IP, this block is required. See Forwarded IP Config below for details.

Link copied to clipboard
val limit: Int

The limit on requests per 5-minute period for a single originating IP address.

Link copied to clipboard

An optional nested statement that narrows the scope of the rate-based statement to matching web requests. This can be any nestable statement, and you can nest statements at any level below this scope-down statement. See Statement above for details.