AccountThrottleSetting

data class AccountThrottleSetting(val burstLimit: Int, val rateLimit: Double)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Absolute maximum number of times API Gateway allows the API to be called per second (RPS).

Link copied to clipboard

Number of times API Gateway allows the API to be called per second on average (RPS).