@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.878Z") @Stability(value=Experimental) public interface QuotaSettings extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
QuotaSettings.Builder
A builder for
QuotaSettings |
static class |
QuotaSettings.Jsii$Proxy
An implementation for
QuotaSettings |
| Modifier and Type | Method and Description |
|---|---|
static QuotaSettings.Builder |
builder() |
default Number |
getLimit()
(experimental) The maximum number of requests that users can make within the specified time period.
|
default Number |
getOffset()
(experimental) For the initial time period, the number of requests to subtract from the specified limit.
|
default Period |
getPeriod()
(experimental) The time period for which the maximum limit of requests applies.
|
@Stability(value=Experimental) @Nullable default Number getLimit()
Default: none
@Stability(value=Experimental) @Nullable default Number getOffset()
Default: none
@Stability(value=Experimental) @Nullable default Period getPeriod()
Default: none
@Stability(value=Experimental) static QuotaSettings.Builder builder()
QuotaSettings.Builder of QuotaSettingsCopyright © 2021. All rights reserved.