Class VpcEndpointType
The type of VPC endpoint.
Inheritance
System.Object
VpcEndpointType
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class VpcEndpointType : Enum
Syntax (vb)
Public NotInheritable Class VpcEndpointType
Inherits
Enum
Synopsis
Fields
GATEWAY | Gateway. |
INTERFACE | Interface. |
value__ |
Fields
GATEWAY
Gateway.
public const VpcEndpointType GATEWAY
Field Value
Type | Description |
---|---|
VpcEndpointType |
Remarks
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.
INTERFACE
Interface.
public const VpcEndpointType INTERFACE
Field Value
Type | Description |
---|---|
VpcEndpointType |
Remarks
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.
value__
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |