TargetGroupAttributes¶
-
class
aws_cdk.aws_elasticloadbalancingv2.
TargetGroupAttributes
(*, target_group_arn, default_port=None, load_balancer_arns=None)¶ Bases:
object
-
__init__
(*, target_group_arn, default_port=None, load_balancer_arns=None)¶ Properties to reference an existing target group.
- Parameters
target_group_arn (
str
) – ARN of the target group.default_port (
Optional
[str
]) – Port target group is listening on.load_balancer_arns (
Optional
[str
]) – A Token representing the list of ARNs for the load balancer routing to this target group.
Attributes
-
default_port
¶ Port target group is listening on.
deprecated :deprecated: - This property is unused and the wrong type. No need to use it.
stability :stability: deprecated
- Return type
Optional
[str
]
-
load_balancer_arns
¶ A Token representing the list of ARNs for the load balancer routing to this target group.
- Return type
Optional
[str
]
-
target_group_arn
¶ ARN of the target group.
- Return type
str
-