AccountThrottleSetting

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

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

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

Link copied to clipboard
val rateLimit: Double? = null

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