mq_promote {paws.application.integration} | R Documentation |
Promotes a data replication replica broker to the primary broker role
Description
Promotes a data replication replica broker to the primary broker role.
See https://www.paws-r-sdk.com/docs/mq_promote/ for full documentation.
Usage
mq_promote(BrokerId, Mode)
Arguments
BrokerId |
[required] The unique ID that Amazon MQ generates for the broker. |
Mode |
[required] The Promote mode requested. Note: Valid values for the parameter are SWITCHOVER, FAILOVER. |
[Package paws.application.integration version 0.6.0 Index]