NetworkAclEntry#

Describes entries in the network ACL

Contents#

  • cidrBlock — The IPv4 address range in CIDR notation.

    • Type: String

    • Required: Yes

  • egress — Indicates whether this is an egress rule.

    • Type: Boolean

    • Required: Yes

  • icmpTypeCode — The ICMP type and code.

  • ipv6CidrBlock — The IPv6 address range in CIDR notation.

    • Type: String

    • Required: No

  • networkAclId — The ID of the network ACL.

    • Type: String

    • Required: No

  • portRange — The port range the rule applies to. For TCP or UDP only.

  • protocol — The protocol. The value -1 denotes all protocols.

    • Type: String

    • Required: No

  • ruleAction — Indicates whether to allow or deny the traffic that matches the rule.

    • Type: String

    • Valid values: allow | deny

    • Required: No

  • ruleNumber — The rule number.

    • Type: Integer

    • Required: No