Interface ILoadBalancerV2
- All Superinterfaces:
IConstruct,software.constructs.IConstruct,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.84.0 (build 5404dcf)",
date="2023-06-19T16:30:44.345Z")
@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.amazon.awscdk.core.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.core.IResource
applyRemovalPolicy, getEnv, 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
-