Uses of Interface
software.amazon.awscdk.services.apigatewayv2.IWebSocketRoute
Packages that use IWebSocketRoute
-
Uses of IWebSocketRoute in software.amazon.awscdk.services.apigatewayv2
Subinterfaces of IWebSocketRoute in software.amazon.awscdk.services.apigatewayv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIWebSocketRoute.Classes in software.amazon.awscdk.services.apigatewayv2 that implement IWebSocketRouteModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classRoute class that creates the Route for API Gateway WebSocket API.Methods in software.amazon.awscdk.services.apigatewayv2 that return IWebSocketRouteModifier and TypeMethodDescriptionWebSocketRouteAuthorizerBindOptions.getRoute()The route to which the authorizer is being bound.final IWebSocketRouteWebSocketRouteAuthorizerBindOptions.Jsii$Proxy.getRoute()WebSocketRouteIntegrationBindOptions.getRoute()The route to which this is being bound.final IWebSocketRouteWebSocketRouteIntegrationBindOptions.Jsii$Proxy.getRoute()Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type IWebSocketRouteModifier and TypeMethodDescriptionWebSocketRouteAuthorizerBindOptions.Builder.route(IWebSocketRoute route) Sets the value ofWebSocketRouteAuthorizerBindOptions.getRoute()WebSocketRouteIntegrationBindOptions.Builder.route(IWebSocketRoute route) Sets the value ofWebSocketRouteIntegrationBindOptions.getRoute()