Skip to content

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

globalaccelerator_describe_custom_routing_listener(ListenerArn)

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
      )
    )
  )
)

Request syntax

svc$describe_custom_routing_listener(
  ListenerArn = "string"
)