DeleteNetworkAclEntry
In this article:
DeleteNetworkAclEntry#
Deletes the specified inbound or outbound rules from the network ACL.
Request Parameters#
Egress — Indicates whether the rule to be deleted is an egress rule.
Type: Boolean
Required: Yes
networkAclId — The ID of the network ACL.
Type: String
Required: Yes
RuleNumber — The number of the rule to be deleted.
Type: Integer
Required: Yes
Response Elements#
requestId — The request ID.
Type: String
return —
True
is returned if the request succeeds, and an error otherwise.Type: Boolean
Examples#
c2-ec2 DeleteNetworkAclEntry Egress <egress> NetworkAclId <network_acl_id> RuleNumber <rule_number>