Action

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

Bases: Enum

What action to apply to traffic matching the ACL.

Attributes

ALLOW

Allow the traffic.

DENY

Deny the traffic.