toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.apigateway.kotlin.outputs
/
UsagePlanThrottleSettings
Usage
Plan
Throttle
Settings
data
class
UsagePlanThrottleSettings
(
val
burstLimit
:
Int
?
=
null
,
val
rateLimit
:
Double
?
=
null
)
Members
Constructors
Usage
Plan
Throttle
Settings
Link copied to clipboard
constructor
(
burstLimit
:
Int
?
=
null
,
rateLimit
:
Double
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
burst
Limit
Link copied to clipboard
val
burstLimit
:
Int
?
=
null
rate
Limit
Link copied to clipboard
val
rateLimit
:
Double
?
=
null