DescribeListenerAttributes - Elastic Load Balancing

DescribeListenerAttributes

Describes the attributes for the specified listener.

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

ListenerArn

The Amazon Resource Name (ARN) of the listener.

Type: String

Required: Yes

Response Elements

The following element is returned by the service.

Attributes.member.N

Information about the listener attributes.

Type: Array of ListenerAttribute objects

Errors

For information about the errors that are common to all actions, see Common Errors.

ListenerNotFound

The specified listener does not exist.

HTTP Status Code: 400

Examples

Describe listener attributes

This example describes the attributes of the specified listener.

Sample Request

https://elasticloadbalancing.amazonaws.com/?Action=DescribeListenerAttributes &ListenerArn=arn:aws:elasticloadbalancing:us-east-1:123456789012:listener/net/my-listener/73e2d6bc24d8a067/d5dc06411fa5bcea &Version=2015-12-01 &AUTHPARAMS

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: