enum HttpConnectionType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.APIGatewayv2.HttpConnectionType |
Java | software.amazon.awscdk.services.apigatewayv2.HttpConnectionType |
Python | aws_cdk.aws_apigatewayv2.HttpConnectionType |
TypeScript (source) | @aws-cdk/aws-apigatewayv2 » HttpConnectionType |
Supported connection types.
Members
| Name | Description |
|---|---|
| VPC_LINK | For private connections between API Gateway and resources in a VPC. |
| INTERNET | For connections through public routable internet. |
VPC_LINK
For private connections between API Gateway and resources in a VPC.
INTERNET
For connections through public routable internet.

.NET
Java
Python
TypeScript (