SecurityPolicyRuleRateLimitOptionsThresholdArgs

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

Constructors

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

Functions

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

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.