Module: AWSCDK::EC2::Action

Defined in:
ec2/action.rb

Overview

What action to apply to traffic matching the ACL.

Constant Summary collapse

ALLOW =
Deprecated.
Note:

Default:

Allow the traffic.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.Action", "ALLOW")
DENY =
Deprecated.
Note:

Default:

Deny the traffic.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.Action", "DENY")