RateConfig
Contains the rate configuration for a rate limit metric, specifying the allowed rate and time period.
Contents
- period
-
The time period for the rate limit. Valid values:
-
second—Measures the rate limit over a one-second window. -
minute—Measures the rate limit over a one-minute window.
Type: String
Valid Values:
second | minuteRequired: Yes
-
- rate
-
The rate value for the limit. For request limits, this is the number of requests allowed per period. For token limits, this is the number of tokens allowed per period. For connection limits, this is the number of concurrent connections allowed.
Type: Double
Valid Range: Minimum value of 0. Maximum value of 10000000.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: