| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static AclTraffic |
AclTraffic.allTraffic()
Apply the ACL entry to all traffic.
|
AclTraffic |
CommonNetworkAclEntryOptions.getTraffic()
What kind of traffic this ACL rule applies to.
|
AclTraffic |
CommonNetworkAclEntryOptions.Jsii$Proxy.getTraffic() |
AclTraffic |
NetworkAclEntryProps.Jsii$Proxy.getTraffic() |
static AclTraffic |
AclTraffic.icmp(AclIcmp props)
Apply the ACL entry to ICMP traffic of given type and code.
|
static AclTraffic |
AclTraffic.icmpv6(AclIcmp props)
Apply the ACL entry to ICMPv6 traffic of given type and code.
|
static AclTraffic |
AclTraffic.tcpPort(Number port)
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 |
AclTraffic.udpPort(Number port)
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 Type | Method and Description |
|---|---|
CommonNetworkAclEntryOptions.Builder |
CommonNetworkAclEntryOptions.Builder.traffic(AclTraffic traffic)
Sets the value of
CommonNetworkAclEntryOptions.getTraffic() |
NetworkAclEntryProps.Builder |
NetworkAclEntryProps.Builder.traffic(AclTraffic traffic)
Sets the value of
CommonNetworkAclEntryOptions.getTraffic() |
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.traffic(AclTraffic traffic)
What kind of traffic this ACL rule applies to.
|
Copyright © 2022. All rights reserved.