Uses of Interface
software.amazon.awscdk.aws_apigatewayv2_integrations.WebSocketLambdaIntegrationProps
Packages that use WebSocketLambdaIntegrationProps
Package
Description
AWS APIGatewayv2 Integrations
-
Uses of WebSocketLambdaIntegrationProps in software.amazon.awscdk.aws_apigatewayv2_integrations
Classes in software.amazon.awscdk.aws_apigatewayv2_integrations that implement WebSocketLambdaIntegrationPropsModifier and TypeClassDescriptionstatic final class
An implementation forWebSocketLambdaIntegrationProps
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations that return WebSocketLambdaIntegrationPropsModifier and TypeMethodDescriptionWebSocketLambdaIntegrationProps.Builder.build()
Builds the configured instance.Constructors in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type WebSocketLambdaIntegrationPropsModifierConstructorDescriptionWebSocketLambdaIntegration
(String id, IFunction handler, WebSocketLambdaIntegrationProps props)