Module: AWSCDK::APIGatewayv2::HttpConnectionType

Defined in:
api_gatewayv2/http_connection_type.rb

Overview

Supported connection types.

Constant Summary collapse

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")