Usage Plan Api Stage Args
data class UsagePlanApiStageArgs(val apiId: Output<String>? = null, val stage: Output<String>? = null, val throttle: Output<Map<String, UsagePlanThrottleSettingsArgs>>? = null) : ConvertibleToJava<UsagePlanApiStageArgs>
API stage name of the associated API stage in a usage plan.
Constructors
Link copied to clipboard
constructor(apiId: Output<String>? = null, stage: Output<String>? = null, throttle: Output<Map<String, UsagePlanThrottleSettingsArgs>>? = null)