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.98.0 (build 00b106d)", date="2024-05-24T02:42:37.121Z") @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.