enum TrafficDirection
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EC2.TrafficDirection |
Java | software.amazon.awscdk.services.ec2.TrafficDirection |
Python | aws_cdk.aws_ec2.TrafficDirection |
TypeScript (source) | @aws-cdk/aws-ec2 » TrafficDirection |
Direction of traffic the AclEntry applies to.
Members
| Name | Description |
|---|---|
| EGRESS | Traffic leaving the subnet. |
| INGRESS | Traffic entering the subnet. |
EGRESS
Traffic leaving the subnet.
INGRESS
Traffic entering the subnet.

.NET
Java
Python
TypeScript (