enum TrafficDirection
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.EC2.TrafficDirection |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#TrafficDirection |
Java | software.amazon.awscdk.services.ec2.TrafficDirection |
Python | aws_cdk.aws_ec2.TrafficDirection |
TypeScript (source) | aws-cdk-lib » 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.