pulumi-aws-kotlin
6.33.1.0
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
)
Types
Constructors
Properties
Constructors
Usage
Plan
Throttle
Settings
Link copied to clipboard
fun
UsagePlanThrottleSettings
(
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