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")
- VPC_LINK =
Deprecated.Note:
Default:
For private connections between API Gateway and a network load balancer in a VPC.
Jsii::Enum.new("aws-cdk-lib.aws_apigateway.ConnectionType", "VPC_LINK")