Enum VpcEndpointType
The type of VPC endpoint.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum VpcEndpointType
Syntax (vb)
Public Enum VpcEndpointType
Synopsis
Fields
| GATEWAY | Gateway. |
| GATEWAYLOADBALANCER | 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. |
| INTERFACE | Interface. |
| RESOURCE | 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. |
| SERVICENETWORK | A ServiceNetwork VPC endpoint is a feature to connect your VPC to an AWS Cloud WAN (Wide Area Network) or Amazon VPC Lattice service. |
Fields
| Name | Description |
|---|---|
| GATEWAY | Gateway. |
| GATEWAYLOADBALANCER | 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. |
| INTERFACE | Interface. |
| RESOURCE | 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. |
| SERVICENETWORK | A ServiceNetwork VPC endpoint is a feature to connect your VPC to an AWS Cloud WAN (Wide Area Network) or Amazon VPC Lattice service. |