This API operation is superseded by describe_traffic_sources
, which can describe multiple traffic sources types. We recommend using describe_traffic_sources
to simplify how you manage traffic sources. However, we continue to support describe_load_balancers
. You can use both the original describe_load_balancers
API operation and describe_traffic_sources
on the same Auto Scaling group.
See https://www.paws-r-sdk.com/docs/autoscaling_describe_load_balancers/ for full documentation.
autoscaling_describe_load_balancers(
AutoScalingGroupName,
NextToken = NULL,
MaxRecords = NULL
)
[required] The name of the Auto Scaling group.
The token for the next set of items to return. (You received this token from a previous call.)
The maximum number of items to return with this call. The default value
is 100
and the maximum value is 100
.