Uses of Class
software.amazon.awscdk.services.ec2.AclTraffic
-
Uses of AclTraffic in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionstatic AclTraffic
AclTraffic.allTraffic()
Apply the ACL entry to all traffic.CommonNetworkAclEntryOptions.getTraffic()
What kind of traffic this ACL rule applies to.final AclTraffic
CommonNetworkAclEntryOptions.Jsii$Proxy.getTraffic()
final AclTraffic
NetworkAclEntryProps.Jsii$Proxy.getTraffic()
static AclTraffic
Apply the ACL entry to ICMP traffic of given type and code.static AclTraffic
Apply the ACL entry to ICMPv6 traffic of given type and code.static AclTraffic
Apply the ACL entry to TCP traffic on a given port.static AclTraffic
AclTraffic.tcpPortRange
(Number startPort, Number endPort) Apply the ACL entry to TCP traffic on a given port range.static AclTraffic
Apply the ACL entry to UDP traffic on a given port.static AclTraffic
AclTraffic.udpPortRange
(Number startPort, Number endPort) Apply the ACL entry to UDP traffic on a given port range.Modifier 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()