Interface IApplicationLoadBalancerRef
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,ILoadBalancerRef,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IApplicationLoadBalancer,IApplicationLoadBalancer.Jsii$Default,IApplicationLoadBalancerRef.Jsii$Default
- All Known Implementing Classes:
ApplicationLoadBalancer,IApplicationLoadBalancer.Jsii$Proxy,IApplicationLoadBalancerRef.Jsii$Proxy
@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)",
date="2026-01-09T10:20:18.752Z")
@Stability(Stable)
public interface IApplicationLoadBalancerRef
extends software.amazon.jsii.JsiiSerializable, ILoadBalancerRef
Indicates that this resource can be referenced as an Application LoadBalancer.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIApplicationLoadBalancerRef.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionIndicates that this is an Application Load Balancer.Methods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.interfaces.elasticloadbalancingv2.ILoadBalancerRef
getLoadBalancerRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIsApplicationLoadBalancer
Indicates that this is an Application Load Balancer.Will always return true, but is necessary to prevent accidental structural equality in TypeScript.
-