| Modifier and Type | Interface and Description |
|---|---|
static interface |
IWebSocketApi.Jsii$Default
Internal default implementation for
IWebSocketApi. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IWebSocketApi.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
WebSocketApi
(experimental) Create a new API Gateway WebSocket API endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static IWebSocketApi |
WebSocketApi.fromWebSocketApiAttributes(software.constructs.Construct scope,
String id,
WebSocketApiAttributes attrs)
(experimental) Import an existing WebSocket API into this CDK app.
|
IWebSocketApi |
WebSocketStageAttributes.getApi()
(experimental) The API to which this stage is associated.
|
IWebSocketApi |
WebSocketStageAttributes.Jsii$Proxy.getApi() |
IWebSocketApi |
IWebSocketStage.getApi()
(experimental) The API this stage is associated to.
|
IWebSocketApi |
IWebSocketStage.Jsii$Proxy.getApi()
(experimental) The API this stage is associated to.
|
default IWebSocketApi |
IWebSocketStage.Jsii$Default.getApi()
(experimental) The API this stage is associated to.
|
IWebSocketApi |
WebSocketStage.getApi()
(experimental) The API this stage is associated to.
|
IWebSocketApi |
WebSocketAuthorizerProps.getWebSocketApi()
(experimental) WebSocket Api to attach the authorizer to.
|
IWebSocketApi |
WebSocketAuthorizerProps.Jsii$Proxy.getWebSocketApi() |
IWebSocketApi |
WebSocketRouteProps.getWebSocketApi()
(experimental) The API the route is associated with.
|
IWebSocketApi |
WebSocketRouteProps.Jsii$Proxy.getWebSocketApi() |
IWebSocketApi |
WebSocketRoute.getWebSocketApi()
(experimental) The WebSocket API associated with this route.
|
IWebSocketApi |
WebSocketIntegration.getWebSocketApi()
(experimental) The WebSocket API associated with this integration.
|
IWebSocketApi |
WebSocketStageProps.getWebSocketApi()
(experimental) The WebSocket API to which this stage is associated.
|
IWebSocketApi |
WebSocketStageProps.Jsii$Proxy.getWebSocketApi() |
IWebSocketApi |
WebSocketIntegrationProps.getWebSocketApi()
(experimental) The WebSocket API to which this integration should be bound.
|
IWebSocketApi |
WebSocketIntegrationProps.Jsii$Proxy.getWebSocketApi() |
IWebSocketApi |
IWebSocketIntegration.getWebSocketApi()
(experimental) The WebSocket API associated with this integration.
|
IWebSocketApi |
IWebSocketIntegration.Jsii$Proxy.getWebSocketApi()
(experimental) The WebSocket API associated with this integration.
|
default IWebSocketApi |
IWebSocketIntegration.Jsii$Default.getWebSocketApi()
(experimental) The WebSocket API associated with this integration.
|
IWebSocketApi |
IWebSocketRoute.getWebSocketApi()
(experimental) The WebSocket API associated with this route.
|
IWebSocketApi |
IWebSocketRoute.Jsii$Proxy.getWebSocketApi()
(experimental) The WebSocket API associated with this route.
|
default IWebSocketApi |
IWebSocketRoute.Jsii$Default.getWebSocketApi()
(experimental) The WebSocket API associated with this route.
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketStageAttributes.Builder |
WebSocketStageAttributes.Builder.api(IWebSocketApi api)
Sets the value of
WebSocketStageAttributes.getApi() |
WebSocketAuthorizerProps.Builder |
WebSocketAuthorizerProps.Builder.webSocketApi(IWebSocketApi webSocketApi)
Sets the value of
WebSocketAuthorizerProps.getWebSocketApi() |
WebSocketRouteProps.Builder |
WebSocketRouteProps.Builder.webSocketApi(IWebSocketApi webSocketApi)
Sets the value of
WebSocketRouteProps.getWebSocketApi() |
WebSocketRoute.Builder |
WebSocketRoute.Builder.webSocketApi(IWebSocketApi webSocketApi)
(experimental) The API the route is associated with.
|
WebSocketIntegration.Builder |
WebSocketIntegration.Builder.webSocketApi(IWebSocketApi webSocketApi)
(experimental) The WebSocket API to which this integration should be bound.
|
WebSocketStageProps.Builder |
WebSocketStageProps.Builder.webSocketApi(IWebSocketApi webSocketApi)
Sets the value of
WebSocketStageProps.getWebSocketApi() |
WebSocketAuthorizer.Builder |
WebSocketAuthorizer.Builder.webSocketApi(IWebSocketApi webSocketApi)
(experimental) WebSocket Api to attach the authorizer to.
|
WebSocketIntegrationProps.Builder |
WebSocketIntegrationProps.Builder.webSocketApi(IWebSocketApi webSocketApi)
Sets the value of
WebSocketIntegrationProps.getWebSocketApi() |
WebSocketStage.Builder |
WebSocketStage.Builder.webSocketApi(IWebSocketApi webSocketApi)
(experimental) The WebSocket API to which this stage is associated.
|
Copyright © 2023. All rights reserved.