Uses of Interface
software.amazon.awscdk.services.apigatewayv2.IWebSocketApiRef
Packages that use IWebSocketApiRef
-
Uses of IWebSocketApiRef in software.amazon.awscdk.services.apigatewayv2
Subinterfaces of IWebSocketApiRef in software.amazon.awscdk.services.apigatewayv2Modifier and TypeInterfaceDescriptioninterfaceRepresents a WebSocket API.static interfaceInternal default implementation forIWebSocketApi.static interfaceInternal default implementation forIWebSocketApiRef.Classes in software.amazon.awscdk.services.apigatewayv2 that implement IWebSocketApiRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.static 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 IWebSocketApiRefModifier and TypeMethodDescriptionWebSocketIntegrationProps.getWebSocketApi()The WebSocket API to which this integration should be bound.final IWebSocketApiRefWebSocketIntegrationProps.Jsii$Proxy.getWebSocketApi()Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type IWebSocketApiRefModifier and TypeMethodDescriptionWebSocketIntegration.Builder.webSocketApi(IWebSocketApiRef webSocketApi) The WebSocket API to which this integration should be bound.WebSocketIntegrationProps.Builder.webSocketApi(IWebSocketApiRef webSocketApi) Sets the value ofWebSocketIntegrationProps.getWebSocketApi()