Uses of Interface
software.amazon.awscdk.services.apigatewayv2.IWebSocketApi
Packages that use IWebSocketApi
-
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.classCreate 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) Import an existing WebSocket API into this CDK app.IWebSocketStage.getApi()The API this stage is associated to.default IWebSocketApiIWebSocketStage.Jsii$Default.getApi()The API this stage is associated to.final IWebSocketApiIWebSocketStage.Jsii$Proxy.getApi()The API this stage is associated to.default IWebSocketApiUsagePlanPerApiStage.getApi()The WebSocket API to associate with the usage plan.final IWebSocketApiUsagePlanPerApiStage.Jsii$Proxy.getApi()WebSocketStage.getApi()The API this stage is associated to.WebSocketStageAttributes.getApi()The API to which this stage is associated.final IWebSocketApiWebSocketStageAttributes.Jsii$Proxy.getApi()IWebSocketIntegration.getWebSocketApi()The WebSocket API associated with this integration.default IWebSocketApiIWebSocketIntegration.Jsii$Default.getWebSocketApi()The WebSocket API associated with this integration.final IWebSocketApiIWebSocketIntegration.Jsii$Proxy.getWebSocketApi()The WebSocket API associated with this integration.IWebSocketRoute.getWebSocketApi()The WebSocket API associated with this route.default IWebSocketApiIWebSocketRoute.Jsii$Default.getWebSocketApi()The WebSocket API associated with this route.final IWebSocketApiIWebSocketRoute.Jsii$Proxy.getWebSocketApi()The WebSocket API associated with this route.WebSocketAuthorizerProps.getWebSocketApi()WebSocket Api to attach the authorizer to.final IWebSocketApiWebSocketAuthorizerProps.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 IWebSocketApiWebSocketIntegrationProps.Jsii$Proxy.getWebSocketApi()WebSocketRoute.getWebSocketApi()The WebSocket API associated with this route.WebSocketRouteProps.getWebSocketApi()The API the route is associated with.final IWebSocketApiWebSocketRouteProps.Jsii$Proxy.getWebSocketApi()WebSocketStageProps.getWebSocketApi()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 TypeMethodDescriptionUsagePlanPerApiStage.Builder.api(IWebSocketApi api) Sets the value ofUsagePlanPerApiStage.getApi()WebSocketStageAttributes.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()