elbv2_describe_listeners: Describes the specified listeners or the listeners for the...

View source: R/elbv2_operations.R

elbv2_describe_listenersR Documentation

Describes the specified listeners or the listeners for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer

Description

Describes the specified listeners or the listeners for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer. You must specify either a load balancer or one or more listeners.

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

Usage

elbv2_describe_listeners(
  LoadBalancerArn = NULL,
  ListenerArns = NULL,
  Marker = NULL,
  PageSize = NULL
)

Arguments

LoadBalancerArn

The Amazon Resource Name (ARN) of the load balancer.

ListenerArns

The Amazon Resource Names (ARN) of the listeners.

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.