Show / Hide Table of Contents

Interface ILoadBalancerV2

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
ILoadBalancerRef.LoadBalancerRef
IEnvironmentAware.Env
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

string

Remarks

Example value: Z2P70J7EXAMPLE

Attribute: true

LoadBalancerDnsName

The DNS name of this load balancer.

string LoadBalancerDnsName { get; }
Property Value

string

Remarks

Example value: my-load-balancer-424835706.us-west-2.elb.amazonaws.com

Attribute: true

Back to top Generated by DocFX