UsagePlanApiStageArgs

data class UsagePlanApiStageArgs(val apiId: Output<String>? = null, val stage: Output<String>? = null, val throttle: Output<Map<String, UsagePlanThrottleSettingsArgs>>? = null) : ConvertibleToJava<UsagePlanApiStageArgs>

Constructors

Link copied to clipboard
constructor(apiId: Output<String>? = null, stage: Output<String>? = null, throttle: Output<Map<String, UsagePlanThrottleSettingsArgs>>? = null)

Properties

Link copied to clipboard
val apiId: Output<String>? = null

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

Link copied to clipboard
val stage: Output<String>? = null

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

Link copied to clipboard

Map containing method level throttling information for API stage in a usage plan.

Functions

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