NetworkAcl / Action / delete_entry

delete_entry#

EC2.NetworkAcl.delete_entry(**kwargs)#

Deletes the specified ingress or egress entry (rule) from the specified network ACL.

See also: AWS API Documentation

Request Syntax

response = network_acl.delete_entry(
    DryRun=True|False,
    RuleNumber=123,
    Egress=True|False
)
Parameters:
  • DryRun (boolean) – Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

  • RuleNumber (integer) –

    [REQUIRED]

    The rule number of the entry to delete.

  • Egress (boolean) –

    [REQUIRED]

    Indicates whether the rule is an egress rule.

Returns:

None