TrafficDirection

class aws_cdk.aws_ec2.TrafficDirection(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Direction of traffic the AclEntry applies to.

Attributes

EGRESS

Traffic leaving the subnet.

INGRESS

Traffic entering the subnet.