elbv2_describe_load_balancers: Describes the specified load balancers or all of your load...

View source: R/elbv2_operations.R

elbv2_describe_load_balancersR Documentation

Describes the specified load balancers or all of your load balancers

Description

Describes the specified load balancers or all of your load balancers.

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

Usage

elbv2_describe_load_balancers(
  LoadBalancerArns = NULL,
  Names = NULL,
  Marker = NULL,
  PageSize = NULL
)

Arguments

LoadBalancerArns

The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

Names

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.


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