ILoadBalancerV2¶
-
class
aws_cdk.aws_elasticloadbalancingv2.
ILoadBalancerV2
(*args, **kwargs)¶ Bases:
aws_cdk.core.IResource
,typing_extensions.Protocol
-
__init__
(*args, **kwargs)¶
Attributes
-
load_balancer_canonical_hosted_zone_id
¶ The canonical hosted zone ID of this load balancer.
attribute: :attribute:: true
Example:
# Example automatically generated. See https://github.com/aws/jsii/issues/826 Z2P70J7EXAMPLE
- Return type
str
-
load_balancer_dns_name
¶ The DNS name of this load balancer.
attribute: :attribute:: true
Example:
# Example automatically generated. See https://github.com/aws/jsii/issues/826 my - load - balancer - 424835706.us - west - 2.elb.amazonaws.com
- Return type
str
-
node
¶ The construct node in the tree.
- Return type
-