Adds a pending configuration change to a broker.
mq_update_broker(AutoMinorVersionUpgrade, BrokerId, Configuration,
EngineVersion, Logs)Enables automatic upgrades to new minor versions for brokers, as Apache releases the versions. The automatic upgrades occur during the maintenance window of the broker or after a manual broker reboot.
[required] The name of the broker. This value must be unique in your AWS account, 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain whitespaces, brackets, wildcard characters, or special characters.
A list of information about the configuration.
The version of the broker engine. For a list of supported engine versions, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html
Enables Amazon CloudWatch logging for brokers.
svc$update_broker(
AutoMinorVersionUpgrade = TRUE|FALSE,
BrokerId = "string",
Configuration = list(
Id = "string",
Revision = 123
),
EngineVersion = "string",
Logs = list(
Audit = TRUE|FALSE,
General = TRUE|FALSE
)
)