paws.networking (version 0.1.6)

globalaccelerator_list_endpoint_groups: List the endpoint groups that are associated with a listener

Description

List the endpoint groups that are associated with a listener.

Usage

globalaccelerator_list_endpoint_groups(ListenerArn, MaxResults,
  NextToken)

Arguments

ListenerArn

[required] The Amazon Resource Name (ARN) of the listener.

MaxResults

The number of endpoint group objects that you want to return with this call. The default value is 10.

NextToken

The token for the next set of results. You receive this token from a previous call.

Request syntax

svc$list_endpoint_groups(
  ListenerArn = "string",
  MaxResults = 123,
  NextToken = "string"
)