UsagePlanThrottleSettings

data class UsagePlanThrottleSettings(val burstLimit: Int? = null, val rateLimit: Double? = null)

`ThrottleSettings` is a property of the AWS::ApiGateway::UsagePlan resource that specifies the overall request rate (average requests per second) and burst capacity when users call your REST APIs.

Constructors

Link copied to clipboard
constructor(burstLimit: Int? = null, rateLimit: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val burstLimit: Int? = null

The API target request burst rate limit. This allows more requests through for a period of time than the target rate limit.

Link copied to clipboard
val rateLimit: Double? = null

The API target request rate limit.