| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IWebSocketRoute.Jsii$Default
Internal default implementation for
IWebSocketRoute. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IWebSocketRoute.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
WebSocketRoute
(experimental) Route class that creates the Route for API Gateway WebSocket API.
|
| Modifier and Type | Method and Description |
|---|---|
IWebSocketRoute |
WebSocketRouteIntegrationBindOptions.getRoute()
(experimental) The route to which this is being bound.
|
IWebSocketRoute |
WebSocketRouteIntegrationBindOptions.Jsii$Proxy.getRoute() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketRouteIntegrationBindOptions.Builder |
WebSocketRouteIntegrationBindOptions.Builder.route(IWebSocketRoute route)
Sets the value of
WebSocketRouteIntegrationBindOptions.getRoute() |
| Constructor and Description |
|---|
Jsii$Proxy(IWebSocketRoute route,
Construct scope)
Constructor that initializes the object based on literal property values passed by the
WebSocketRouteIntegrationBindOptions.Builder. |
Copyright © 2021. All rights reserved.