Describes the specified load balancers or all of your load balancers.
elbv2_describe_load_balancers(LoadBalancerArns, Names, Marker, PageSize)
The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.
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.
svc$describe_load_balancers( LoadBalancerArns = list( "string" ), Names = list( "string" ), Marker = "string", PageSize = 123 )
# NOT RUN {
# This example describes the specified load balancer.
svc$describe_load_balancers(
LoadBalancerArns = list(
"arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/5..."
)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab