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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIApplicationListenerRef.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionIndicates that this is an ALB listener.Methods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.IListener
getListenerArnMethods inherited from interface software.amazon.awscdk.interfaces.elasticloadbalancingv2.IListenerRef
getListenerRefMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIsApplicationListener
Indicates that this is an ALB listener.Will always return true, but is necessary to prevent accidental structural equality in TypeScript.
-