Uses of Class
software.amazon.awscdk.services.ec2.AclTraffic
Packages that use AclTraffic
-
Uses of AclTraffic in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return AclTrafficModifier and TypeMethodDescriptionstatic AclTrafficAclTraffic.allTraffic()Apply the ACL entry to all traffic.CommonNetworkAclEntryOptions.getTraffic()What kind of traffic this ACL rule applies to.final AclTrafficCommonNetworkAclEntryOptions.Jsii$Proxy.getTraffic()final AclTrafficNetworkAclEntryProps.Jsii$Proxy.getTraffic()static AclTrafficApply the ACL entry to ICMP traffic of given type and code.static AclTrafficApply the ACL entry to ICMPv6 traffic of given type and code.static AclTrafficApply the ACL entry to TCP traffic on a given port.static AclTrafficAclTraffic.tcpPortRange(Number startPort, Number endPort) Apply the ACL entry to TCP traffic on a given port range.static AclTrafficApply the ACL entry to UDP traffic on a given port.static AclTrafficAclTraffic.udpPortRange(Number startPort, Number endPort) Apply the ACL entry to UDP traffic on a given port range.Methods in software.amazon.awscdk.services.ec2 with parameters of type AclTrafficModifier and TypeMethodDescriptionCommonNetworkAclEntryOptions.Builder.traffic(AclTraffic traffic) Sets the value ofCommonNetworkAclEntryOptions.getTraffic()NetworkAclEntry.Builder.traffic(AclTraffic traffic) What kind of traffic this ACL rule applies to.NetworkAclEntryProps.Builder.traffic(AclTraffic traffic) Sets the value ofCommonNetworkAclEntryOptions.getTraffic()