Module: AWSCDK::APIGatewayv2::HttpIntegrationType
- Defined in:
- api_gatewayv2/http_integration_type.rb
Overview
Supported integration types.
Constant Summary collapse
- HTTP_PROXY =
Deprecated.Note:
Default:
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.
Jsii::Enum.new("aws-cdk-lib.aws_apigatewayv2.HttpIntegrationType", "HTTP_PROXY")
- AWS_PROXY =
Deprecated.Note:
Default:
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.
Jsii::Enum.new("aws-cdk-lib.aws_apigatewayv2.HttpIntegrationType", "AWS_PROXY")