Interface IApplicationListenerRef

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IEnvironmentAware, IListener, IListenerRef, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IApplicationListener, IApplicationListener.Jsii$Default, IApplicationListenerRef.Jsii$Default
All Known Implementing Classes:
ApplicationListener, IApplicationListener.Jsii$Proxy, IApplicationListenerRef.Jsii$Proxy

@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)", date="2026-03-11T13:19:44.214Z") @Stability(Stable) public interface IApplicationListenerRef extends software.amazon.jsii.JsiiSerializable, IListener
Indicates that this resource can be referenced as an ALB Listener.
  • Method Details

    • getIsApplicationListener

      @Stability(Stable) @NotNull Boolean getIsApplicationListener()
      Indicates that this is an ALB listener.

      Will always return true, but is necessary to prevent accidental structural equality in TypeScript.