Interface ILoadBalancerV2
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,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.104.0 (build e79254c)",
date="2024-11-22T02:24:01.722Z")
@Stability(Stable)
public interface ILoadBalancerV2
extends software.amazon.jsii.JsiiSerializable, IResource
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forILoadBalancerV2
.static final class
A 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
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods 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
-