enum Action
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.Action |
![]() | software.amazon.awscdk.services.ec2.Action |
![]() | aws_cdk.aws_ec2.Action |
![]() | @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.