| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Describes an entry in a network ACL.
NetworkAclEntrySetType
ruleNumberThe rule number for the entry. ACL entries are processed in ascending order by rule number.
Type: Integer
protocolThe protocol. A value of -1 means all protocols.
Type: Integer
Valid values: Any protocol number (see Protocol Numbers).
ruleActionWhether to allow or deny the traffic that matches the rule.
Type: String
egressIndicates an egress rule (rule is applied to traffic leaving the subnet). Value of
true indicates egress.
Type: Boolean
cidrBlockThe network range to allow or deny, in CIDR notation.
Type: String
icmpTypeCodeICMP protocol: The ICMP type and code.
Type: IcmpTypeCodeType
portRangeTCP or UDP protocols: The range of ports the rule applies to.
Type: PortRangeType