Uses of Class
software.amazon.awscdk.aws_apigatewayv2_integrations.HttpLambdaIntegration.Builder
Packages that use HttpLambdaIntegration.Builder
Package
Description
AWS APIGatewayv2 Integrations
-
Uses of HttpLambdaIntegration.Builder in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations that return HttpLambdaIntegration.BuilderModifier and TypeMethodDescriptionHttpLambdaIntegration.Builder.parameterMapping(ParameterMapping parameterMapping) Specifies how to transform HTTP requests before sending them to the backend.HttpLambdaIntegration.Builder.payloadFormatVersion(PayloadFormatVersion payloadFormatVersion) Version of the payload sent to the lambda handler.HttpLambdaIntegration.Builder.scopePermissionToRoute(Boolean scopePermissionToRoute) Scope the permission for invoking the AWS Lambda down to the specific route associated with this integration.The maximum amount of time an integration will run before it returns without a response.