AwsEc2NetworkAclEntry

A rule for the network ACL. Each rule allows or denies access based on the IP address, traffic direction, port, and protocol.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IPV4 network range for which to deny or allow access.

Link copied to clipboard

Whether the rule is an egress rule. An egress rule is a rule that applies to traffic that leaves the subnet.

Link copied to clipboard

The Internet Control Message Protocol (ICMP) type and code for which to deny or allow access.

Link copied to clipboard

The IPV6 network range for which to deny or allow access.

Link copied to clipboard

For TCP or UDP protocols, the range of ports that the rule applies to.

Link copied to clipboard

The protocol that the rule applies to. To deny or allow access to all protocols, use the value -1.

Link copied to clipboard

Whether the rule is used to allow access or deny access.

Link copied to clipboard

The rule number. The rules are processed in order by their number.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String