powered by
Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.
elb_describe_load_balancers(LoadBalancerNames, Marker, PageSize)
The names of the load balancers.
The marker for the next set of results. (You received this marker from a previous call.)
The maximum number of results to return with this call (a number from 1 to 400). The default is 400.
svc$describe_load_balancers( LoadBalancerNames = list( "string" ), Marker = "string", PageSize = 123 )
# NOT RUN { # This example describes the specified load balancer. svc$describe_load_balancers( LoadBalancerNames = list( "my-load-balancer" ) ) # } # NOT RUN { # }
Run the code above in your browser using DataLab