@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T17:53:10.975Z") @Stability(value=Stable) public interface ThrottleSettings extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ThrottleSettings.Builder
A builder for
ThrottleSettings |
static class |
ThrottleSettings.Jsii$Proxy
An implementation for
ThrottleSettings |
| Modifier and Type | Method and Description |
|---|---|
static ThrottleSettings.Builder |
builder() |
default Number |
getBurstLimit()
The maximum API request rate limit over a time ranging from one to a few seconds.
|
default Number |
getRateLimit()
The API request steady-state rate limit (average requests per second over an extended period of time).
|
@Stability(value=Stable) @Nullable default Number getBurstLimit()
Default: none
@Stability(value=Stable) @Nullable default Number getRateLimit()
Default: none
@Stability(value=Stable) static ThrottleSettings.Builder builder()
ThrottleSettings.Builder of ThrottleSettingsCopyright © 2021. All rights reserved.