Interface INetworkAclEntry

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

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-15T14:51:56.342Z") @Stability(Stable) public interface INetworkAclEntry extends software.amazon.jsii.JsiiSerializable, IResource, INetworkAclEntryRef
A NetworkAclEntry.
  • Method Details

    • getNetworkAcl

      @Stability(Stable) @NotNull INetworkAcl getNetworkAcl()
      The network ACL.
    • getNode

      @Stability(Stable) @NotNull software.constructs.Node getNode()
      The tree node.
      Specified by:
      getNode in interface software.constructs.IConstruct