toggle menu
pulumi-aws-kotlin
6.37.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.apigateway.kotlin.outputs
/
UsagePlanApiStage
Usage
Plan
Api
Stage
data
class
UsagePlanApiStage
(
val
apiId
:
String
,
val
stage
:
String
,
val
throttles
:
List
<
UsagePlanApiStageThrottle
>
?
=
null
)
Members
Constructors
Usage
Plan
Api
Stage
Link copied to clipboard
constructor
(
apiId
:
String
,
stage
:
String
,
throttles
:
List
<
UsagePlanApiStageThrottle
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
api
Id
Link copied to clipboard
val
apiId
:
String
stage
Link copied to clipboard
val
stage
:
String
throttles
Link copied to clipboard
val
throttles
:
List
<
UsagePlanApiStageThrottle
>
?
=
null