Uses of Class
software.amazon.awscdk.services.ec2.NetworkAclEntry.Builder
Packages that use NetworkAclEntry.Builder
-
Uses of NetworkAclEntry.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return NetworkAclEntry.BuilderModifier and TypeMethodDescriptionThe CIDR range to allow or deny.static NetworkAclEntry.BuilderNetworkAclEntry.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.