View source: R/autoscaling_operations.R
autoscaling_describe_load_balancers | R Documentation |
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
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.