globalaccelerator_list_listeners {paws.networking} | R Documentation |
List the listeners for an accelerator
Description
List the listeners for an accelerator.
See https://www.paws-r-sdk.com/docs/globalaccelerator_list_listeners/ for full documentation.
Usage
globalaccelerator_list_listeners(
AcceleratorArn,
MaxResults = NULL,
NextToken = NULL
)
Arguments
AcceleratorArn |
[required] The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects. |
MaxResults |
The number of listener 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. |
[Package paws.networking version 0.7.0 Index]