Uses of Interface
software.amazon.awscdk.services.apigatewayv2.IWebSocketApi
Packages that use IWebSocketApi
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of IWebSocketApi in software.amazon.awscdk.services.apigatewayv2
Subinterfaces of IWebSocketApi in software.amazon.awscdk.services.apigatewayv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIWebSocketApi.Classes in software.amazon.awscdk.services.apigatewayv2 that implement IWebSocketApiModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) Create a new API Gateway WebSocket API endpoint.Methods in software.amazon.awscdk.services.apigatewayv2 that return IWebSocketApiModifier and TypeMethodDescriptionstatic IWebSocketApiWebSocketApi.fromWebSocketApiAttributes(software.constructs.Construct scope, String id, WebSocketApiAttributes attrs) (experimental) Import an existing WebSocket API into this CDK app.IWebSocketStage.getApi()(experimental) The API this stage is associated to.default IWebSocketApiIWebSocketStage.Jsii$Default.getApi()(experimental) The API this stage is associated to.final IWebSocketApiIWebSocketStage.Jsii$Proxy.getApi()(experimental) The API this stage is associated to.WebSocketStage.getApi()(experimental) The API this stage is associated to.WebSocketStageAttributes.getApi()(experimental) The API to which this stage is associated.final IWebSocketApiWebSocketStageAttributes.Jsii$Proxy.getApi()IWebSocketIntegration.getWebSocketApi()(experimental) The WebSocket API associated with this integration.default IWebSocketApiIWebSocketIntegration.Jsii$Default.getWebSocketApi()(experimental) The WebSocket API associated with this integration.final IWebSocketApiIWebSocketIntegration.Jsii$Proxy.getWebSocketApi()(experimental) The WebSocket API associated with this integration.IWebSocketRoute.getWebSocketApi()(experimental) The WebSocket API associated with this route.default IWebSocketApiIWebSocketRoute.Jsii$Default.getWebSocketApi()(experimental) The WebSocket API associated with this route.final IWebSocketApiIWebSocketRoute.Jsii$Proxy.getWebSocketApi()(experimental) The WebSocket API associated with this route.WebSocketAuthorizerProps.getWebSocketApi()(experimental) WebSocket Api to attach the authorizer to.final IWebSocketApiWebSocketAuthorizerProps.Jsii$Proxy.getWebSocketApi()WebSocketIntegration.getWebSocketApi()(experimental) The WebSocket API associated with this integration.WebSocketIntegrationProps.getWebSocketApi()(experimental) The WebSocket API to which this integration should be bound.final IWebSocketApiWebSocketIntegrationProps.Jsii$Proxy.getWebSocketApi()WebSocketRoute.getWebSocketApi()(experimental) The WebSocket API associated with this route.WebSocketRouteProps.getWebSocketApi()(experimental) The API the route is associated with.final IWebSocketApiWebSocketRouteProps.Jsii$Proxy.getWebSocketApi()WebSocketStageProps.getWebSocketApi()(experimental) The WebSocket API to which this stage is associated.final IWebSocketApiWebSocketStageProps.Jsii$Proxy.getWebSocketApi()Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type IWebSocketApiModifier and TypeMethodDescriptionWebSocketStageAttributes.Builder.api(IWebSocketApi api) Sets the value ofWebSocketStageAttributes.getApi()WebSocketAuthorizer.Builder.webSocketApi(IWebSocketApi webSocketApi) (experimental) WebSocket Api to attach the authorizer to.WebSocketAuthorizerProps.Builder.webSocketApi(IWebSocketApi webSocketApi) Sets the value ofWebSocketAuthorizerProps.getWebSocketApi()WebSocketIntegration.Builder.webSocketApi(IWebSocketApi webSocketApi) (experimental) 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) (experimental) The API the route is associated with.WebSocketRouteProps.Builder.webSocketApi(IWebSocketApi webSocketApi) Sets the value ofWebSocketRouteProps.getWebSocketApi()WebSocketStage.Builder.webSocketApi(IWebSocketApi webSocketApi) (experimental) The WebSocket API to which this stage is associated.WebSocketStageProps.Builder.webSocketApi(IWebSocketApi webSocketApi) Sets the value ofWebSocketStageProps.getWebSocketApi()