Uses of Interface
software.amazon.awscdk.services.apigatewayv2.integrations.HttpLambdaIntegrationProps
Package
Description
AWS APIGatewayv2 Integrations
-
Uses of HttpLambdaIntegrationProps in software.amazon.awscdk.services.apigatewayv2.integrations
Modifier and TypeClassDescriptionstatic final class
An implementation forHttpLambdaIntegrationProps
Modifier and TypeMethodDescriptionHttpLambdaIntegrationProps.Builder.build()
Builds the configured instance.ModifierConstructorDescriptionHttpLambdaIntegration
(String id, IFunction handler, HttpLambdaIntegrationProps props)