Interface ILoadBalancerRef

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IEnvironmentAware, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IApplicationLoadBalancer, IApplicationLoadBalancer.Jsii$Default, IApplicationLoadBalancerRef, IApplicationLoadBalancerRef.Jsii$Default, ILoadBalancerRef.Jsii$Default, ILoadBalancerV2, ILoadBalancerV2.Jsii$Default, INetworkLoadBalancer, INetworkLoadBalancer.Jsii$Default
All Known Implementing Classes:
ApplicationLoadBalancer, CfnLoadBalancer, IApplicationLoadBalancer.Jsii$Proxy, IApplicationLoadBalancerRef.Jsii$Proxy, ILoadBalancerRef.Jsii$Proxy, ILoadBalancerV2.Jsii$Proxy, INetworkLoadBalancer.Jsii$Proxy, NetworkLoadBalancer

@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)", date="2026-01-09T10:20:29.154Z") @Stability(Experimental) public interface ILoadBalancerRef extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, IEnvironmentAware
(experimental) Indicates that this resource can be referenced as a LoadBalancer.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for ILoadBalancerRef.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) A reference to a LoadBalancer resource.

    Methods inherited from interface software.constructs.IConstruct

    getNode

    Methods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware

    getEnv

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getLoadBalancerRef

      @Stability(Experimental) @NotNull LoadBalancerReference getLoadBalancerRef()
      (experimental) A reference to a LoadBalancer resource.