Skip to content

Describe Listener Attributes

elbv2_describe_listener_attributes R Documentation

Describes the attributes for the specified listener

Description

Describes the attributes for the specified listener.

Usage

elbv2_describe_listener_attributes(ListenerArn)

Arguments

ListenerArn

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

Value

A list with the following syntax:

list(
  Attributes = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)

Request syntax

svc$describe_listener_attributes(
  ListenerArn = "string"
)