AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules.

We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules.

After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one.

For more information about network ACLs, see Network ACLs in the Amazon Virtual Private Cloud User Guide.

Namespace: Amazon.EC2
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract CreateNetworkAclEntryResponse CreateNetworkAclEntry(
         CreateNetworkAclEntryRequest request
)

Parameters

request
Type: Amazon.EC2.Model.CreateNetworkAclEntryRequest

Container for the necessary parameters to execute the CreateNetworkAclEntry service method.

Return Value
Type: Amazon.EC2.Model.CreateNetworkAclEntryResponse
The response from the CreateNetworkAclEntry service method, as returned by EC2.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5