TrafficDirection

class aws_cdk.aws_ec2.TrafficDirection(*values)

Bases: Enum

Direction of traffic the AclEntry applies to.

Attributes

EGRESS

Traffic leaving the subnet.

INGRESS

Traffic entering the subnet.