UsagePlanThrottleSettingsArgs

data class UsagePlanThrottleSettingsArgs(val burstLimit: Output<Int>? = null, val rateLimit: Output<Double>? = null) : ConvertibleToJava<UsagePlanThrottleSettingsArgs>

Constructors

Link copied to clipboard
fun UsagePlanThrottleSettingsArgs(burstLimit: Output<Int>? = null, rateLimit: Output<Double>? = null)

Functions

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

Properties

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

The maximum API request rate limit over a time ranging from one to a few seconds. The maximum API request rate limit depends on whether the underlying token bucket is at its full capacity.

Link copied to clipboard
val rateLimit: Output<Double>? = null

The API request steady-state rate limit (average requests per second over an extended period of time).