Reboot Broker
mq_reboot_broker | R Documentation |
Reboots a broker¶
Description¶
Reboots a broker. Note: This API is asynchronous.
Usage¶
mq_reboot_broker(BrokerId)
Arguments¶
BrokerId |
[required] The unique ID that Amazon MQ generates for the broker. |
Value¶
An empty list.
Request syntax¶
svc$reboot_broker(
BrokerId = "string"
)