Show / Hide Table of Contents

Enum TrafficDirection

Direction of traffic the AclEntry applies to.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum TrafficDirection
Syntax (vb)
Public Enum TrafficDirection

Synopsis

Fields

EGRESS

Traffic leaving the subnet.

INGRESS

Traffic entering the subnet.

Fields

Name Description
EGRESS

Traffic leaving the subnet.

INGRESS

Traffic entering the subnet.

Back to top Generated by DocFX