Class TrafficDirection
Direction of traffic the AclEntry applies to.
Inheritance
System.Object
TrafficDirection
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class TrafficDirection : Enum
Syntax (vb)
Public NotInheritable Class TrafficDirection
Inherits
Enum
Synopsis
Fields
EGRESS | Traffic leaving the subnet. |
INGRESS | Traffic entering the subnet. |
value__ |
Fields
EGRESS
Traffic leaving the subnet.
public const TrafficDirection EGRESS
Field Value
Type | Description |
---|---|
TrafficDirection |
INGRESS
Traffic entering the subnet.
public const TrafficDirection INGRESS
Field Value
Type | Description |
---|---|
TrafficDirection |
value__
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |