@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T17:53:10.976Z") @Stability(value=Stable) 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 IApiKey |
getApiKey()
Deprecated.
use `addApiKey()`
|
default List<UsagePlanPerApiStage> |
getApiStages()
API Stages to be associated with the usage plan.
|
default String |
getDescription()
Represents usage plan purpose.
|
default String |
getName()
Name for this usage plan.
|
default QuotaSettings |
getQuota()
Number of requests clients can make in a given time period.
|
default ThrottleSettings |
getThrottle()
Overall throttle settings for the API.
|
@Stability(value=Deprecated) @Deprecated @Nullable default IApiKey getApiKey()
Default: none
@Stability(value=Stable) @Nullable default List<UsagePlanPerApiStage> getApiStages()
Default: none
@Stability(value=Stable) @Nullable default String getDescription()
Default: none
@Stability(value=Stable) @Nullable default String getName()
Default: none
@Stability(value=Stable) @Nullable default QuotaSettings getQuota()
Default: none
@Stability(value=Stable) @Nullable default ThrottleSettings getThrottle()
Default: none
@Stability(value=Stable) static UsagePlanProps.Builder builder()
UsagePlanProps.Builder of UsagePlanPropsCopyright © 2021. All rights reserved.