SecurityPolicyRuleRateLimitOptionsRateLimitThresholdArgs

data class SecurityPolicyRuleRateLimitOptionsRateLimitThresholdArgs(val count: Output<Int>? = null, val intervalSec: Output<Int>? = null) : ConvertibleToJava<SecurityPolicyRuleRateLimitOptionsRateLimitThresholdArgs>

Constructors

constructor(count: Output<Int>? = null, intervalSec: Output<Int>? = null)

Properties

Link copied to clipboard
val count: Output<Int>? = null

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

Link copied to clipboard
val intervalSec: Output<Int>? = null

Interval over which the threshold is computed.

Functions

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