@aws-cdk_aws-apigatewayv2-alpha.HttpConnectionType

enum HttpConnectionType ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Apigatewayv2.Alpha.HttpConnectionType
Gogithub.com/aws/aws-cdk-go/awscdkapigatewayv2alpha/v2#HttpConnectionType
Javasoftware.amazon.awscdk.services.apigatewayv2.alpha.HttpConnectionType
Pythonaws_cdk.aws_apigatewayv2_alpha.HttpConnectionType
TypeScript (source)@aws-cdk/aws-apigatewayv2-alpha ยป HttpConnectionType

Supported connection types.

Members

NameDescription
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.