| Did this page help you? Yes No Tell us about it... |
The NetworkAclEntryType data type.
NetworkAclEntrySetType
CreateNetworkAcl
DescribeNetworkAcls
The following table describes the elements contained in NetworkAclEntryType.
| Name | Description |
|---|---|
|
|
Specific rule number for the entry. ACL entries are processed in ascending order by rule number. Type: Integer |
|
|
Protocol. A value of -1 means all protocols. Type: Integer Valid Values: Any protocol number (go to Protocol Numbers). |
|
|
Whether to allow or deny the traffic that matches the rule. Type: string |
egress
|
Boolean flag to indicate an egress rule (rule is applied to traffic leaving the
subnet). Value of Type: boolean |
cidrBlock
|
The network range to allow or deny, in CIDR notation. Type: String |
|
|
For the ICMP protocol, this is the ICMP type and code. Type: IcmpTypeCodeType |
|
|
For the TCP or UDP protocols, the range of ports the rule applies to. Type: PortRangeType |