Module: AWSCDK::EC2::VPCEndpointType

Defined in:
ec2/vpc_endpoint_type.rb

Overview

The type of VPC endpoint.

Constant Summary collapse

INTERFACE =
Deprecated.
Note:

Default:

Interface.

An interface endpoint is an elastic network interface with a private IP address that serves as an entry point for traffic destined to a supported service.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.VpcEndpointType", "INTERFACE")
GATEWAY =
Deprecated.
Note:

Default:

Gateway.

A gateway endpoint is a gateway that is a target for a specified route in your route table, used for traffic destined to a supported AWS service.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.VpcEndpointType", "GATEWAY")
GATEWAYLOADBALANCER =
Deprecated.
Note:

Default:

A Gateway Load Balancer (GWLB) endpoint is an entry/exit point in your VPC that allows traffic to flow between your VPC and Gateway Load Balancer appliances (like firewalls, intrusion detection systems, or other security appliances) deployed in a separate VPC.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.VpcEndpointType", "GATEWAYLOADBALANCER")
SERVICENETWORK =
Deprecated.
Note:

Default:

A ServiceNetwork VPC endpoint is a feature to connect your VPC to an AWS Cloud WAN (Wide Area Network) or Amazon VPC Lattice service.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.VpcEndpointType", "SERVICENETWORK")
RESOURCE =
Deprecated.
Note:

Default:

A Resource VPC endpoint in AWS is specifically designed to connect to AWS Resource Access Manager (RAM) service privately within your VPC, without requiring access through the public internet.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.VpcEndpointType", "RESOURCE")