enum Action
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EC2.Action |
Java | software.amazon.awscdk.services.ec2.Action |
Python | aws_cdk.aws_ec2.Action |
TypeScript (source) | @aws-cdk/aws-ec2 » Action |
What action to apply to traffic matching the ACL.
Members
| Name | Description |
|---|---|
| ALLOW | Allow the traffic. |
| DENY | Deny the traffic. |
ALLOW
Allow the traffic.
DENY
Deny the traffic.

.NET
Java
Python
TypeScript (