UsagePlanQuotaSettingsArgs

data class UsagePlanQuotaSettingsArgs(val limit: Output<Int>, val offset: Output<Int>? = null, val period: Output<String>) : ConvertibleToJava<UsagePlanQuotaSettingsArgs>

Constructors

Link copied to clipboard
constructor(limit: Output<Int>, offset: Output<Int>? = null, period: Output<String>)

Properties

Link copied to clipboard
val limit: Output<Int>

Maximum number of requests that can be made in a given time period.

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

Number of requests subtracted from the given limit in the initial time period.

Link copied to clipboard
val period: Output<String>

Time period in which the limit applies. Valid values are "DAY", "WEEK" or "MONTH".

Functions

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