| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| software.amazon.awscdk.services.apigatewayv2.integrations |
AWS APIGatewayv2 Integrations
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IWebSocketRouteIntegration.Jsii$Default
Internal default implementation for
IWebSocketRouteIntegration. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IWebSocketRouteIntegration.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IWebSocketRouteIntegration |
WebSocketRouteProps.Jsii$Proxy.getIntegration() |
IWebSocketRouteIntegration |
WebSocketRouteOptions.getIntegration()
(experimental) The integration to be configured on this route.
|
IWebSocketRouteIntegration |
WebSocketRouteOptions.Jsii$Proxy.getIntegration() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketRouteProps.Builder |
WebSocketRouteProps.Builder.integration(IWebSocketRouteIntegration integration)
Sets the value of
WebSocketRouteOptions.getIntegration() |
WebSocketRouteOptions.Builder |
WebSocketRouteOptions.Builder.integration(IWebSocketRouteIntegration integration)
Sets the value of
WebSocketRouteOptions.getIntegration() |
WebSocketRoute.Builder |
WebSocketRoute.Builder.integration(IWebSocketRouteIntegration integration)
(experimental) The integration to be configured on this route.
|
| Constructor and Description |
|---|
Jsii$Proxy(IWebSocketRouteIntegration integration)
Constructor that initializes the object based on literal property values passed by the
WebSocketRouteOptions.Builder. |
Jsii$Proxy(String routeKey,
IWebSocketApi webSocketApi,
IWebSocketRouteIntegration integration)
Constructor that initializes the object based on literal property values passed by the
WebSocketRouteProps.Builder. |
| Modifier and Type | Class and Description |
|---|---|
class |
LambdaWebSocketIntegration
(experimental) Lambda WebSocket Integration.
|
Copyright © 2021. All rights reserved.