Uses of Class
software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegration
Packages that use HttpRouteIntegration
Package
Description
AWS APIGatewayv2 Integrations
AWS APIGatewayv2 Construct Library
-
Uses of HttpRouteIntegration in software.amazon.awscdk.aws_apigatewayv2_integrations
Subclasses of HttpRouteIntegration in software.amazon.awscdk.aws_apigatewayv2_integrationsModifier and TypeClassDescriptionclassThe Application Load Balancer integration resource for HTTP API.classThe Lambda Proxy integration resource for HTTP API.classThe Network Load Balancer integration resource for HTTP API.classThe Service Discovery integration resource for HTTP API.classThe Sqs integration resource for HTTP API.classThe StepFunctions integration resource for HTTP API.classThe HTTP Proxy integration resource for HTTP API. -
Uses of HttpRouteIntegration in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return HttpRouteIntegrationModifier and TypeMethodDescriptiondefault HttpRouteIntegrationHttpApiProps.getDefaultIntegration()An integration that will be configured on the catch-all route ($default).final HttpRouteIntegrationHttpApiProps.Jsii$Proxy.getDefaultIntegration()final HttpRouteIntegrationAddRoutesOptions.Jsii$Proxy.getIntegration()BatchHttpRouteOptions.getIntegration()The integration to be configured on this route.final HttpRouteIntegrationBatchHttpRouteOptions.Jsii$Proxy.getIntegration()final HttpRouteIntegrationHttpRouteProps.Jsii$Proxy.getIntegration()Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type HttpRouteIntegrationModifier and TypeMethodDescriptionHttpApi.Builder.defaultIntegration(HttpRouteIntegration defaultIntegration) An integration that will be configured on the catch-all route ($default).HttpApiProps.Builder.defaultIntegration(HttpRouteIntegration defaultIntegration) Sets the value ofHttpApiProps.getDefaultIntegration()AddRoutesOptions.Builder.integration(HttpRouteIntegration integration) Sets the value ofBatchHttpRouteOptions.getIntegration()BatchHttpRouteOptions.Builder.integration(HttpRouteIntegration integration) Sets the value ofBatchHttpRouteOptions.getIntegration()HttpRoute.Builder.integration(HttpRouteIntegration integration) The integration to be configured on this route.HttpRouteProps.Builder.integration(HttpRouteIntegration integration) Sets the value ofBatchHttpRouteOptions.getIntegration()