Describes the specified target groups or all of your target groups. By default, all target groups are described. Alternatively, you can specify one of the following to filter the results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of one or more target groups.
See https://paws-r.github.io/docs/elbv2/describe_target_groups.html for full documentation.
elbv2_describe_target_groups(
LoadBalancerArn = NULL,
TargetGroupArns = NULL,
Names = NULL,
Marker = NULL,
PageSize = NULL
)
The Amazon Resource Name (ARN) of the load balancer.
The Amazon Resource Names (ARN) of the target groups.
The names of the target groups.
The marker for the next set of results. (You received this marker from a previous call.)
The maximum number of results to return with this call.