interface NetworkLoadBalancerAttributes
Language | Type name |
---|---|
![]() | aws_cdk.aws_elasticloadbalancingv2.NetworkLoadBalancerAttributes |
![]() | software.amazon.awscdk.services.elasticloadbalancingv2.NetworkLoadBalancerAttributes |
![]() | Amazon.CDK.AWS.ElasticLoadBalancingV2.NetworkLoadBalancerAttributes |
![]() | @aws-cdk/aws-elasticloadbalancingv2.NetworkLoadBalancerAttributes |
Properties to reference an existing load balancer.
Properties
Name | Type | Description |
---|---|---|
load | string | ARN of the load balancer. |
load | string | The canonical hosted zone ID of this load balancer. |
load | string | The DNS name of this load balancer. |
loadBalancerArn
Type:
string
ARN of the load balancer.
loadBalancerCanonicalHostedZoneId?
Type:
string
(optional, default: When not provided, LB cannot be used as Route53 Alias target.)
The canonical hosted zone ID of this load balancer.
loadBalancerDnsName?
Type:
string
(optional, default: When not provided, LB cannot be used as Route53 Alias target.)
The DNS name of this load balancer.