aws-cdk-lib.aws_elasticloadbalancingv2.ITargetGroup

interface ITargetGroup

LanguageType name
.NETAmazon.CDK.AWS.ElasticLoadBalancingV2.ITargetGroup
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awselasticloadbalancingv2#ITargetGroup
Javasoftware.amazon.awscdk.services.elasticloadbalancingv2.ITargetGroup
Pythonaws_cdk.aws_elasticloadbalancingv2.ITargetGroup
TypeScript (source)aws-cdk-lib » aws_elasticloadbalancingv2 » ITargetGroup

Implemented by ApplicationTargetGroup, NetworkTargetGroup

A target group.

Properties

NameTypeDescription
loadBalancerArnsstringA token representing a list of ARNs of the load balancers that route traffic to this target group.
loadBalancerAttachedIDependableReturn an object to depend on the listeners added to this target group.
nodeNodeThe tree node.
targetGroupArnstringARN of the target group.
targetGroupNamestringThe name of the target group.

loadBalancerArns

Type: string

A token representing a list of ARNs of the load balancers that route traffic to this target group.


loadBalancerAttached

Type: IDependable

Return an object to depend on the listeners added to this target group.


node

Type: Node

The tree node.


targetGroupArn

Type: string

ARN of the target group.


targetGroupName

Type: string

The name of the target group.