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.128.0 (build 749b9a9)", date="2026-05-08T13:05:06.057Z") @Stability(Stable) public interface IApplicationLoadBalancerRef extends software.amazon.jsii.JsiiSerializable, ILoadBalancerRef
Indicates that this resource can be referenced as an Application LoadBalancer.
  • Method Details

    • getIsApplicationLoadBalancer

      @Stability(Stable) @NotNull Boolean getIsApplicationLoadBalancer()
      Indicates that this is an Application Load Balancer.

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