lightsail_get_load_balancers: Returns information about all load balancers in an account
Description
Returns information about all load balancers in an account.
Usage
lightsail_get_load_balancers(pageToken)
Arguments
pageToken
A token used for paginating the results from your GetLoadBalancers
request.
Request syntax
svc$get_load_balancers(
pageToken = "string"
)
Details
If you are describing a long list of load balancers, you can paginate
the output to make the list more manageable. You can use the pageToken
and nextPageToken values to retrieve the next items in the list.