Module: AWSCDK::APIGateway::ConnectionType

Defined in:
api_gateway/connection_type.rb

Constant Summary collapse

INTERNET =
Deprecated.
Note:

Default:

For connections through the public routable internet.

Jsii::Enum.new("aws-cdk-lib.aws_apigateway.ConnectionType", "INTERNET")
Jsii::Enum.new("aws-cdk-lib.aws_apigateway.ConnectionType", "VPC_LINK")