@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.904Z") @Stability(value=Experimental) public interface UsagePlanProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
UsagePlanProps.Builder
A builder for
UsagePlanProps |
static class |
UsagePlanProps.Jsii$Proxy
An implementation for
UsagePlanProps |
| Modifier and Type | Method and Description |
|---|---|
static UsagePlanProps.Builder |
builder() |
default List<UsagePlanPerApiStage> |
getApiStages()
(experimental) API Stages to be associated with the usage plan.
|
default String |
getDescription()
(experimental) Represents usage plan purpose.
|
default String |
getName()
(experimental) Name for this usage plan.
|
default QuotaSettings |
getQuota()
(experimental) Number of requests clients can make in a given time period.
|
default ThrottleSettings |
getThrottle()
(experimental) Overall throttle settings for the API.
|
@Stability(value=Experimental) @Nullable default List<UsagePlanPerApiStage> getApiStages()
Default: none
@Stability(value=Experimental) @Nullable default String getDescription()
Default: none
@Stability(value=Experimental) @Nullable default String getName()
Default: none
@Stability(value=Experimental) @Nullable default QuotaSettings getQuota()
Default: none
@Stability(value=Experimental) @Nullable default ThrottleSettings getThrottle()
Default: none
@Stability(value=Experimental) static UsagePlanProps.Builder builder()
UsagePlanProps.Builder of UsagePlanPropsCopyright © 2021. All rights reserved.