enum Action
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.Action |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#Action |
![]() | software.amazon.awscdk.services.ec2.Action |
![]() | aws_cdk.aws_ec2.Action |
![]() | aws-cdk-lib » 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.