Module: AWSCDK::APIGatewayv2::HttpConnectionType
- Defined in:
- api_gatewayv2/http_connection_type.rb
Overview
Supported connection types.
Constant Summary collapse
- VPC_LINK =
Deprecated.Note:
Default:
For private connections between API Gateway and resources in a VPC.
Jsii::Enum.new("aws-cdk-lib.aws_apigatewayv2.HttpConnectionType", "VPC_LINK")
- INTERNET =
Deprecated.Note:
Default:
For connections through public routable internet.
Jsii::Enum.new("aws-cdk-lib.aws_apigatewayv2.HttpConnectionType", "INTERNET")