Interface ILoadBalancerV2
Inherited Members
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILoadBalancerV2 : IResource, ILoadBalancerRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface ILoadBalancerV2 Inherits IResource, ILoadBalancerRef, IConstruct, IDependable, IEnvironmentAware
Synopsis
Properties
| LoadBalancerCanonicalHostedZoneId | The canonical hosted zone ID of this load balancer. |
| LoadBalancerDnsName | The DNS name of this load balancer. |
Properties
LoadBalancerCanonicalHostedZoneId
The canonical hosted zone ID of this load balancer.
string LoadBalancerCanonicalHostedZoneId { get; }
Property Value
Remarks
Example value: Z2P70J7EXAMPLE
Attribute: true
LoadBalancerDnsName
The DNS name of this load balancer.
string LoadBalancerDnsName { get; }
Property Value
Remarks
Example value: my-load-balancer-424835706.us-west-2.elb.amazonaws.com
Attribute: true