UsagePlanApiStageArgs

data class UsagePlanApiStageArgs(val apiId: Output<String>, val stage: Output<String>, val throttles: Output<List<UsagePlanApiStageThrottleArgs>>? = null) : ConvertibleToJava<UsagePlanApiStageArgs>

Constructors

Link copied to clipboard
constructor(apiId: Output<String>, stage: Output<String>, throttles: Output<List<UsagePlanApiStageThrottleArgs>>? = null)

Properties

Link copied to clipboard
val apiId: Output<String>

API Id of the associated API stage in a usage plan.

Link copied to clipboard
val stage: Output<String>

API stage name of the associated API stage in a usage plan.

Link copied to clipboard

The throttling limits of the usage plan.

Functions

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