Action

class aws_cdk.aws_ec2.Action(value)

Bases: Enum

What action to apply to traffic matching the ACL.

Attributes

ALLOW

Allow the traffic.

DENY

Deny the traffic.