paws.networking (version 0.1.6)

elb_describe_load_balancers: Describes the specified the load balancers

Description

Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.

Usage

elb_describe_load_balancers(LoadBalancerNames, Marker, PageSize)

Arguments

LoadBalancerNames

The names of the load balancers.

Marker

The marker for the next set of results. (You received this marker from a previous call.)

PageSize

The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

Request syntax

svc$describe_load_balancers(
  LoadBalancerNames = list(
    "string"
  ),
  Marker = "string",
  PageSize = 123
)

Examples

Run this code
# NOT RUN {
# This example describes the specified load balancer.
# }
# NOT RUN {
svc$describe_load_balancers(
  LoadBalancerNames = list(
    "my-load-balancer"
  )
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab