| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| software.amazon.awscdk.services.apigatewayv2.integrations |
AWS APIGatewayv2 Integrations
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketRouteIntegration |
WebSocketRouteProps.Jsii$Proxy.getIntegration() |
WebSocketRouteIntegration |
WebSocketRouteOptions.getIntegration()
(experimental) The integration to be configured on this route.
|
WebSocketRouteIntegration |
WebSocketRouteOptions.Jsii$Proxy.getIntegration() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketRoute.Builder |
WebSocketRoute.Builder.integration(WebSocketRouteIntegration integration)
(experimental) The integration to be configured on this route.
|
WebSocketRouteProps.Builder |
WebSocketRouteProps.Builder.integration(WebSocketRouteIntegration integration)
Sets the value of
WebSocketRouteOptions.getIntegration() |
WebSocketRouteOptions.Builder |
WebSocketRouteOptions.Builder.integration(WebSocketRouteIntegration integration)
Sets the value of
WebSocketRouteOptions.getIntegration() |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketLambdaIntegration
(experimental) Lambda WebSocket Integration.
|
class |
WebSocketMockIntegration
(experimental) Mock WebSocket Integration.
|
Copyright © 2022. All rights reserved.