Show / Hide Table of Contents

Interface ILoadBalancerV2

Inherited Members
IResource.Env
IResource.Stack
IConstruct.Node
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface ILoadBalancerV2 : IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Interface ILoadBalancerV2
    Inherits IResource, IConstruct, IConstruct, IDependable

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

System.String

Remarks

Attribute: true

Examples
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
Z2P70J7EXAMPLE;

LoadBalancerDnsName

The DNS name of this load balancer.

string LoadBalancerDnsName { get; }
Property Value

System.String

Remarks

Attribute: true

Examples
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
my - load - balancer - 424835706.;us - west - 2.e;lb.Amazonaws.Com;
Back to top Generated by DocFX