Describe Custom Routing Listener
globalaccelerator_describe_custom_routing_listener | R Documentation |
The description of a listener for a custom routing accelerator¶
Description¶
The description of a listener for a custom routing accelerator.
Usage¶
Arguments¶
ListenerArn
[required] The Amazon Resource Name (ARN) of the listener to describe.
Value¶
A list with the following syntax:
list(
Listener = list(
ListenerArn = "string",
PortRanges = list(
list(
FromPort = 123,
ToPort = 123
)
)
)
)