TrafficDirection

class aws_cdk.aws_ec2.TrafficDirection(value)

Bases: Enum

Direction of traffic the AclEntry applies to.

Attributes

EGRESS

Traffic leaving the subnet.

INGRESS

Traffic entering the subnet.