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.
  • 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.