View source: R/elbv2_operations.R
elbv2_describe_target_groups | R Documentation |
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://www.paws-r-sdk.com/docs/elbv2_describe_target_groups/ for full documentation.
elbv2_describe_target_groups(
LoadBalancerArn = NULL,
TargetGroupArns = NULL,
Names = NULL,
Marker = NULL,
PageSize = NULL
)
LoadBalancerArn |
The Amazon Resource Name (ARN) of the load balancer. |
TargetGroupArns |
The Amazon Resource Names (ARN) of the target groups. |
Names |
The names of the target groups. |
Marker |
The marker for the next set of results. (You received this marker from a previous call.) |
PageSize |
The maximum number of results to return with this call. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.