Uses of Class
software.amazon.awscdk.services.ec2.NetworkAclEntry.Builder
-
Uses of NetworkAclEntry.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionThe CIDR range to allow or deny.static NetworkAclEntry.Builder
NetworkAclEntry.Builder.direction
(TrafficDirection direction) Traffic direction, with respect to the subnet, this rule applies to.NetworkAclEntry.Builder.networkAcl
(INetworkAcl networkAcl) The network ACL this entry applies to.NetworkAclEntry.Builder.networkAclEntryName
(String networkAclEntryName) The name of the NetworkAclEntry.NetworkAclEntry.Builder.ruleAction
(Action ruleAction) Whether to allow or deny traffic that matches the rule; valid values are "allow" or "deny".NetworkAclEntry.Builder.ruleNumber
(Number ruleNumber) Rule number to assign to the entry, such as 100.NetworkAclEntry.Builder.traffic
(AclTraffic traffic) What kind of traffic this ACL rule applies to.