| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 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 |
WebSocketStageProps.Jsii$Proxy.getThrottle() |
default ThrottleSettings |
StageOptions.getThrottle()
(experimental) Throttle settings for the routes of this stage.
|
ThrottleSettings |
StageOptions.Jsii$Proxy.getThrottle() |
ThrottleSettings |
HttpStageOptions.Jsii$Proxy.getThrottle() |
ThrottleSettings |
HttpStageProps.Jsii$Proxy.getThrottle() |
| Modifier and Type | Method and Description |
|---|---|
HttpStage.Builder |
HttpStage.Builder.throttle(ThrottleSettings throttle)
(experimental) Throttle settings for the routes of this stage.
|
WebSocketStage.Builder |
WebSocketStage.Builder.throttle(ThrottleSettings throttle)
(experimental) Throttle settings for the routes of this stage.
|
WebSocketStageProps.Builder |
WebSocketStageProps.Builder.throttle(ThrottleSettings throttle)
Sets the value of
StageOptions.getThrottle() |
StageOptions.Builder |
StageOptions.Builder.throttle(ThrottleSettings throttle)
Sets the value of
StageOptions.getThrottle() |
HttpStageOptions.Builder |
HttpStageOptions.Builder.throttle(ThrottleSettings throttle)
Sets the value of
StageOptions.getThrottle() |
HttpStageProps.Builder |
HttpStageProps.Builder.throttle(ThrottleSettings throttle)
Sets the value of
StageOptions.getThrottle() |
Copyright © 2022. All rights reserved.