Interface ILoadBalancerV2
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IApplicationLoadBalancer,IApplicationLoadBalancer.Jsii$Default,ILoadBalancerV2.Jsii$Default,INetworkLoadBalancer,INetworkLoadBalancer.Jsii$Default
- All Known Implementing Classes:
ApplicationLoadBalancer,IApplicationLoadBalancer.Jsii$Proxy,ILoadBalancerV2.Jsii$Proxy,INetworkLoadBalancer.Jsii$Proxy,NetworkLoadBalancer
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:10.359Z")
@Stability(Stable)
public interface ILoadBalancerV2
extends software.amazon.jsii.JsiiSerializable, IResource
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forILoadBalancerV2.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe canonical hosted zone ID of this load balancer.The DNS name of this 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.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLoadBalancerCanonicalHostedZoneId
The canonical hosted zone ID of this load balancer.Example value:
Z2P70J7EXAMPLE -
getLoadBalancerDnsName
The DNS name of this load balancer.Example value:
my-load-balancer-424835706.us-west-2.elb.amazonaws.com
-