SecurityPolicyRuleRateLimitOptionsBanThresholdArgs

data class SecurityPolicyRuleRateLimitOptionsBanThresholdArgs(val count: Output<Int>, val intervalSec: Output<Int>) : ConvertibleToJava<SecurityPolicyRuleRateLimitOptionsBanThresholdArgs>

Constructors

constructor(count: Output<Int>, intervalSec: Output<Int>)

Properties

Link copied to clipboard
val count: Output<Int>

Number of HTTP(S) requests for calculating the threshold.

Link copied to clipboard
val intervalSec: Output<Int>

Interval over which the threshold is computed.

Functions

Link copied to clipboard
open override fun toJava(): SecurityPolicyRuleRateLimitOptionsBanThresholdArgs