Modify Listener Attributes
elbv2_modify_listener_attributes | R Documentation |
Modifies the specified attributes of the specified listener¶
Description¶
Modifies the specified attributes of the specified listener.
Usage¶
elbv2_modify_listener_attributes(ListenerArn, Attributes)
Arguments¶
ListenerArn |
[required] The Amazon Resource Name (ARN) of the listener. |
Attributes |
[required] The listener attributes. |
Value¶
A list with the following syntax:
list(
Attributes = list(
list(
Key = "string",
Value = "string"
)
)
)
Request syntax¶
svc$modify_listener_attributes(
ListenerArn = "string",
Attributes = list(
list(
Key = "string",
Value = "string"
)
)
)