@aws-cdk_aws-apigatewayv2-alpha.HttpConnectionType
enum HttpConnectionType
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Apigatewayv2.Alpha.HttpConnectionType |
![]() | github.com/aws/aws-cdk-go/awscdkapigatewayv2alpha/v2#HttpConnectionType |
![]() | software.amazon.awscdk.services.apigatewayv2.alpha.HttpConnectionType |
![]() | aws_cdk.aws_apigatewayv2_alpha.HttpConnectionType |
![]() | @aws-cdk/aws-apigatewayv2-alpha ยป 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.