Uses of Class
software.amazon.awscdk.services.apigatewayv2.WebSocketRouteIntegration
Packages that use WebSocketRouteIntegration
Package
Description
AWS::APIGatewayv2 Construct Library
AWS APIGatewayv2 Integrations
-
Uses of WebSocketRouteIntegration in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return WebSocketRouteIntegrationModifier and TypeMethodDescriptionWebSocketRouteOptions.getIntegration()(experimental) The integration to be configured on this route.WebSocketRouteOptions.Jsii$Proxy.getIntegration()WebSocketRouteProps.Jsii$Proxy.getIntegration()Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type WebSocketRouteIntegrationModifier and TypeMethodDescriptionWebSocketRoute.Builder.integration(WebSocketRouteIntegration integration) (experimental) The integration to be configured on this route.WebSocketRouteOptions.Builder.integration(WebSocketRouteIntegration integration) Sets the value ofWebSocketRouteOptions.getIntegration()WebSocketRouteProps.Builder.integration(WebSocketRouteIntegration integration) Sets the value ofWebSocketRouteOptions.getIntegration() -
Uses of WebSocketRouteIntegration in software.amazon.awscdk.services.apigatewayv2.integrations
Subclasses of WebSocketRouteIntegration in software.amazon.awscdk.services.apigatewayv2.integrationsModifier and TypeClassDescriptionclass(experimental) Lambda WebSocket Integration.class(experimental) Mock WebSocket Integration.