| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ThrottleSettings.Jsii$Proxy
An implementation for
ThrottleSettings |
| Modifier and Type | Method and Description |
|---|---|
ThrottleSettings |
ThrottleSettings.Builder.build()
Builds the configured instance.
|
ThrottleSettings |
ThrottlingPerMethod.getThrottle()
(experimental) Specifies the overall request rate (average requests per second) and burst capacity.
|
ThrottleSettings |
ThrottlingPerMethod.Jsii$Proxy.getThrottle() |
default ThrottleSettings |
UsagePlanProps.getThrottle()
(experimental) Overall throttle settings for the API.
|
ThrottleSettings |
UsagePlanProps.Jsii$Proxy.getThrottle() |
default ThrottleSettings |
RateLimitedApiKeyProps.getThrottle()
(experimental) Overall throttle settings for the API.
|
ThrottleSettings |
RateLimitedApiKeyProps.Jsii$Proxy.getThrottle() |
| Modifier and Type | Method and Description |
|---|---|
ThrottlingPerMethod.Builder |
ThrottlingPerMethod.Builder.throttle(ThrottleSettings throttle)
Sets the value of
ThrottlingPerMethod.getThrottle() |
UsagePlanProps.Builder |
UsagePlanProps.Builder.throttle(ThrottleSettings throttle)
Sets the value of
UsagePlanProps.getThrottle() |
UsagePlan.Builder |
UsagePlan.Builder.throttle(ThrottleSettings throttle)
(experimental) Overall throttle settings for the API.
|
RateLimitedApiKey.Builder |
RateLimitedApiKey.Builder.throttle(ThrottleSettings throttle)
(experimental) Overall throttle settings for the API.
|
RateLimitedApiKeyProps.Builder |
RateLimitedApiKeyProps.Builder.throttle(ThrottleSettings throttle)
Sets the value of
RateLimitedApiKeyProps.getThrottle() |
| 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. |
Jsii$Proxy(Method method,
ThrottleSettings throttle)
Constructor that initializes the object based on literal property values passed by the
ThrottlingPerMethod.Builder. |
Copyright © 2021. All rights reserved.