aws-cdk-lib.aws_ec2.VpcEndpointType

enum VpcEndpointType

LanguageType name
.NETAmazon.CDK.AWS.EC2.VpcEndpointType
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#VpcEndpointType
Javasoftware.amazon.awscdk.services.ec2.VpcEndpointType
Pythonaws_cdk.aws_ec2.VpcEndpointType
TypeScript (source)aws-cdk-lib » aws_ec2 » VpcEndpointType

The type of VPC endpoint.

Members

NameDescription
INTERFACEInterface.
GATEWAYGateway.

INTERFACE

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.


GATEWAY

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.