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,
Egress=True|False,
RuleNumber=123
)
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.[REQUIRED]
Indicates whether the rule is an egress rule.
[REQUIRED]
The rule number of the entry to delete.
None