paws.application.integration (version 0.1.0)

mq_update_broker: Adds a pending configuration change to a broker

Description

Adds a pending configuration change to a broker.

Usage

mq_update_broker(AutoMinorVersionUpgrade, BrokerId, Configuration,
  EngineVersion, Logs)

Arguments

AutoMinorVersionUpgrade

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.

BrokerId

[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.

Configuration

A list of information about the configuration.

EngineVersion

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

Logs

Enables Amazon CloudWatch logging for brokers.

Request syntax

svc$update_broker(
  AutoMinorVersionUpgrade = TRUE|FALSE,
  BrokerId = "string",
  Configuration = list(
    Id = "string",
    Revision = 123
  ),
  EngineVersion = "string",
  Logs = list(
    Audit = TRUE|FALSE,
    General = TRUE|FALSE
  )
)