paws.management (version 0.5.0)

autoscaling_describe_load_balancer_target_groups: This API operation is superseded by DescribeTrafficSources, which can describe multiple traffic sources types

Description

This API operation is superseded by describe_traffic_sources, which can describe multiple traffic sources types. We recommend using detach_traffic_sources to simplify how you manage traffic sources. However, we continue to support describe_load_balancer_target_groups. You can use both the original describe_load_balancer_target_groups API operation and describe_traffic_sources on the same Auto Scaling group.

See https://www.paws-r-sdk.com/docs/autoscaling_describe_load_balancer_target_groups/ for full documentation.

Usage

autoscaling_describe_load_balancer_target_groups(
  AutoScalingGroupName,
  NextToken = NULL,
  MaxRecords = NULL
)

Arguments

AutoScalingGroupName

[required] The name of the Auto Scaling group.

NextToken

The token for the next set of items to return. (You received this token from a previous call.)

MaxRecords

The maximum number of items to return with this call. The default value is 100 and the maximum value is 100.