Show / Hide Table of Contents

Interface INetworkLoadBalancerAttributes

Properties to reference an existing load balancer.

Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface INetworkLoadBalancerAttributes
Syntax (vb)
Public Interface INetworkLoadBalancerAttributes

Synopsis

Properties

LoadBalancerArn

ARN of the load balancer.

LoadBalancerCanonicalHostedZoneId

The canonical hosted zone ID of this load balancer.

LoadBalancerDnsName

The DNS name of this load balancer.

Vpc

The VPC to associate with the load balancer.

Properties

LoadBalancerArn

ARN of the load balancer.

string LoadBalancerArn { get; }
Property Value

System.String

LoadBalancerCanonicalHostedZoneId

The canonical hosted zone ID of this load balancer.

virtual string LoadBalancerCanonicalHostedZoneId { get; }
Property Value

System.String

Remarks

Default: - When not provided, LB cannot be used as Route53 Alias target.

LoadBalancerDnsName

The DNS name of this load balancer.

virtual string LoadBalancerDnsName { get; }
Property Value

System.String

Remarks

Default: - When not provided, LB cannot be used as Route53 Alias target.

Vpc

The VPC to associate with the load balancer.

virtual IVpc Vpc { get; }
Property Value

IVpc

Remarks

Default: - When not provided, listeners cannot be created on imported load balancers.

Back to top Generated by DocFX