@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.844Z") @Stability(value=Stable) public interface CfnUsagePlanProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUsagePlanProps.Builder
A builder for
CfnUsagePlanProps |
static class |
CfnUsagePlanProps.Jsii$Proxy
An implementation for
CfnUsagePlanProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUsagePlanProps.Builder |
builder() |
default Object |
getApiStages()
`AWS::ApiGateway::UsagePlan.ApiStages`.
|
default String |
getDescription()
`AWS::ApiGateway::UsagePlan.Description`.
|
default Object |
getQuota()
`AWS::ApiGateway::UsagePlan.Quota`.
|
default List<CfnTag> |
getTags()
`AWS::ApiGateway::UsagePlan.Tags`.
|
default Object |
getThrottle()
`AWS::ApiGateway::UsagePlan.Throttle`.
|
default String |
getUsagePlanName()
`AWS::ApiGateway::UsagePlan.UsagePlanName`.
|
@Stability(value=Stable) @Nullable default Object getApiStages()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getQuota()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default Object getThrottle()
@Stability(value=Stable) @Nullable default String getUsagePlanName()
@Stability(value=Stable) static CfnUsagePlanProps.Builder builder()
CfnUsagePlanProps.Builder of CfnUsagePlanPropsCopyright © 2021. All rights reserved.