Uses of Interface
software.amazon.awscdk.services.apigatewayv2.IWebSocketApi
-
Uses of IWebSocketApi in software.amazon.awscdk.services.apigatewayv2
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIWebSocketApi
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Create a new API Gateway WebSocket API endpoint.Modifier and TypeMethodDescriptionstatic IWebSocketApi
WebSocketApi.fromWebSocketApiAttributes
(software.constructs.Construct scope, String id, WebSocketApiAttributes attrs) Import an existing WebSocket API into this CDK app.IWebSocketStage.getApi()
The API this stage is associated to.default IWebSocketApi
IWebSocketStage.Jsii$Default.getApi()
The API this stage is associated to.final IWebSocketApi
IWebSocketStage.Jsii$Proxy.getApi()
The API this stage is associated to.WebSocketStage.getApi()
The API this stage is associated to.WebSocketStageAttributes.getApi()
The API to which this stage is associated.final IWebSocketApi
WebSocketStageAttributes.Jsii$Proxy.getApi()
IWebSocketIntegration.getWebSocketApi()
The WebSocket API associated with this integration.default IWebSocketApi
IWebSocketIntegration.Jsii$Default.getWebSocketApi()
The WebSocket API associated with this integration.final IWebSocketApi
IWebSocketIntegration.Jsii$Proxy.getWebSocketApi()
The WebSocket API associated with this integration.IWebSocketRoute.getWebSocketApi()
The WebSocket API associated with this route.default IWebSocketApi
IWebSocketRoute.Jsii$Default.getWebSocketApi()
The WebSocket API associated with this route.final IWebSocketApi
IWebSocketRoute.Jsii$Proxy.getWebSocketApi()
The WebSocket API associated with this route.WebSocketAuthorizerProps.getWebSocketApi()
WebSocket Api to attach the authorizer to.final IWebSocketApi
WebSocketAuthorizerProps.Jsii$Proxy.getWebSocketApi()
WebSocketIntegration.getWebSocketApi()
The WebSocket API associated with this integration.WebSocketIntegrationProps.getWebSocketApi()
The WebSocket API to which this integration should be bound.final IWebSocketApi
WebSocketIntegrationProps.Jsii$Proxy.getWebSocketApi()
WebSocketRoute.getWebSocketApi()
The WebSocket API associated with this route.WebSocketRouteProps.getWebSocketApi()
The API the route is associated with.final IWebSocketApi
WebSocketRouteProps.Jsii$Proxy.getWebSocketApi()
WebSocketStageProps.getWebSocketApi()
The WebSocket API to which this stage is associated.final IWebSocketApi
WebSocketStageProps.Jsii$Proxy.getWebSocketApi()
Modifier and TypeMethodDescriptionWebSocketStageAttributes.Builder.api
(IWebSocketApi api) Sets the value ofWebSocketStageAttributes.getApi()
WebSocketAuthorizer.Builder.webSocketApi
(IWebSocketApi webSocketApi) WebSocket Api to attach the authorizer to.WebSocketAuthorizerProps.Builder.webSocketApi
(IWebSocketApi webSocketApi) Sets the value ofWebSocketAuthorizerProps.getWebSocketApi()
WebSocketIntegration.Builder.webSocketApi
(IWebSocketApi webSocketApi) The WebSocket API to which this integration should be bound.WebSocketIntegrationProps.Builder.webSocketApi
(IWebSocketApi webSocketApi) Sets the value ofWebSocketIntegrationProps.getWebSocketApi()
WebSocketRoute.Builder.webSocketApi
(IWebSocketApi webSocketApi) The API the route is associated with.WebSocketRouteProps.Builder.webSocketApi
(IWebSocketApi webSocketApi) Sets the value ofWebSocketRouteProps.getWebSocketApi()
WebSocketStage.Builder.webSocketApi
(IWebSocketApi webSocketApi) The WebSocket API to which this stage is associated.WebSocketStageProps.Builder.webSocketApi
(IWebSocketApi webSocketApi) Sets the value ofWebSocketStageProps.getWebSocketApi()