enum HttpIntegrationType
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Apigatewayv2.HttpIntegrationType | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapigatewayv2#HttpIntegrationType | 
|  Java | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationType | 
|  Python | aws_cdk.aws_apigatewayv2.HttpIntegrationType | 
|  TypeScript (source) | aws-cdk-lib»aws_apigatewayv2»HttpIntegrationType | 
Supported integration types.
Members
| Name | Description | 
|---|---|
| HTTP_PROXY | Integration type is an HTTP proxy. | 
| AWS_PROXY | Integration type is an AWS proxy. | 
HTTP_PROXY
Integration type is an HTTP proxy.
For integrating the route or method request with an HTTP endpoint, with the client request passed through as-is. This is also referred to as HTTP proxy integration. For HTTP API private integrations, use an HTTP_PROXY integration.
AWS_PROXY
Integration type is an AWS proxy.
For integrating the route or method request with a Lambda function or other AWS service action. This integration is also referred to as a Lambda proxy integration.
