Interface INetworkAcl

All Superinterfaces:
IConstruct, software.constructs.IConstruct, 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.84.0 (build 5404dcf)", date="2023-06-19T16:30:39.336Z") @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.