elb_describe_load_balancers: Describes the specified the load balancers

View source: R/elb_operations.R

elb_describe_load_balancersR Documentation

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.

See https://www.paws-r-sdk.com/docs/elb_describe_load_balancers/ for full documentation.

Usage

elb_describe_load_balancers(
  LoadBalancerNames = NULL,
  Marker = NULL,
  PageSize = NULL
)

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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.