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.74.0 (build 6d08790)", date="2023-05-31T18:44:10.994Z") @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.