Ruleset Rule Ratelimit Args
data class RulesetRuleRatelimitArgs(val characteristics: Output<List<String>>? = null, val countingExpression: Output<String>? = null, val mitigationTimeout: Output<Int>? = null, val period: Output<Int>? = null, val requestsPerPeriod: Output<Int>? = null, val requestsToOrigin: Output<Boolean>? = null, val scorePerPeriod: Output<Int>? = null, val scoreResponseHeaderName: Output<String>? = null) : ConvertibleToJava<RulesetRuleRatelimitArgs>
Constructors
Link copied to clipboard
constructor(characteristics: Output<List<String>>? = null, countingExpression: Output<String>? = null, mitigationTimeout: Output<Int>? = null, period: Output<Int>? = null, requestsPerPeriod: Output<Int>? = null, requestsToOrigin: Output<Boolean>? = null, scorePerPeriod: Output<Int>? = null, scoreResponseHeaderName: Output<String>? = null)