ITargetGroup¶
-
class
aws_cdk.aws_elasticloadbalancingv2.
ITargetGroup
(*args, **kwds)¶ Bases:
aws_cdk.core.IConstruct
,typing_extensions.Protocol
A target group.
Attributes
-
load_balancer_arns
¶ A token representing a list of ARNs of the load balancers that route traffic to this target group.
- Return type
str
-
load_balancer_attached
¶ Return an object to depend on the listeners added to this target group.
- Return type
-
node
¶ The construct tree node for this construct.
- Return type
-
target_group_arn
¶ ARN of the target group.
- Return type
str
-