Interface INetworkAcl

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
INetworkAcl.Jsii$Default
All Known Implementing Classes:
INetworkAcl.Jsii$Proxy, NetworkAcl

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:16.012Z") @Stability(Stable) public interface INetworkAcl extends software.amazon.jsii.JsiiSerializable, IResource
A NetworkAcl.
  • Method Details

    • getNetworkAclId

      @Stability(Stable) @NotNull String getNetworkAclId()
      ID for the current Network ACL.
    • addEntry

      @Stability(Stable) @NotNull NetworkAclEntry addEntry(@NotNull String id, @NotNull CommonNetworkAclEntryOptions options)
      Add a new entry to the ACL.

      Parameters:
      id - This parameter is required.
      options - This parameter is required.