ModifyListenerAttributes
In this article:
ModifyListenerAttributes#
Description#
Request to change listener attributes for the Elastic Load Balancer (ELB).
Request Parameters#
Attributes.member.N — The attributes of the listener.
Type: List of ListenerAttribute objects
Required: Yes
ListenerArn — The Amazon Resource Name (ARN) of the ELB listener.
Type: String
Required: Yes
Response Elements#
Attributes.member.N — Information about the listener attributes.
Type: List of ListenerAttribute objects
Examples#
c2-elb ModifyListenerAttributes ListenerArn "listener_arn" Attributes.1.Key "attribute_name" Attributes.1.Value "value"