| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
QuotaSettings.Jsii$Proxy
An implementation for
QuotaSettings |
| Modifier and Type | Method and Description |
|---|---|
QuotaSettings |
QuotaSettings.Builder.build()
Builds the configured instance.
|
default QuotaSettings |
UsagePlanProps.getQuota()
(experimental) Number of requests clients can make in a given time period.
|
QuotaSettings |
UsagePlanProps.Jsii$Proxy.getQuota() |
default QuotaSettings |
RateLimitedApiKeyProps.getQuota()
(experimental) Number of requests clients can make in a given time period.
|
QuotaSettings |
RateLimitedApiKeyProps.Jsii$Proxy.getQuota() |
| Modifier and Type | Method and Description |
|---|---|
UsagePlanProps.Builder |
UsagePlanProps.Builder.quota(QuotaSettings quota)
Sets the value of
UsagePlanProps.getQuota() |
UsagePlan.Builder |
UsagePlan.Builder.quota(QuotaSettings quota)
(experimental) Number of requests clients can make in a given time period.
|
RateLimitedApiKey.Builder |
RateLimitedApiKey.Builder.quota(QuotaSettings quota)
(experimental) Number of requests clients can make in a given time period.
|
RateLimitedApiKeyProps.Builder |
RateLimitedApiKeyProps.Builder.quota(QuotaSettings quota)
Sets the value of
RateLimitedApiKeyProps.getQuota() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends UsagePlanPerApiStage> apiStages,
QuotaSettings quota,
ThrottleSettings throttle,
String customerId,
String description,
Boolean enabled,
Boolean generateDistinctId,
List<? extends IRestApi> resources,
String apiKeyName,
String value,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions)
Constructor that initializes the object based on literal property values passed by the
RateLimitedApiKeyProps.Builder. |
Jsii$Proxy(List<? extends UsagePlanPerApiStage> apiStages,
String description,
String name,
QuotaSettings quota,
ThrottleSettings throttle)
Constructor that initializes the object based on literal property values passed by the
UsagePlanProps.Builder. |
Copyright © 2021. All rights reserved.