mq_update_broker: Adds a pending configuration change to a broker

View source: R/mq_operations.R

mq_update_brokerR Documentation

Adds a pending configuration change to a broker

Description

Adds a pending configuration change to a broker.

See https://www.paws-r-sdk.com/docs/mq_update_broker/ for full documentation.

Usage

mq_update_broker(
  AuthenticationStrategy = NULL,
  AutoMinorVersionUpgrade = NULL,
  BrokerId,
  Configuration = NULL,
  EngineVersion = NULL,
  HostInstanceType = NULL,
  LdapServerMetadata = NULL,
  Logs = NULL,
  MaintenanceWindowStartTime = NULL,
  SecurityGroups = NULL,
  DataReplicationMode = NULL
)

Arguments

AuthenticationStrategy

Optional. The authentication strategy used to secure the broker. The default is SIMPLE.

AutoMinorVersionUpgrade

Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.

BrokerId

[required] The unique ID that Amazon MQ generates for the broker.

Configuration

A list of information about the configuration.

EngineVersion

The broker engine version. For a list of supported engine versions, see Supported engines.

HostInstanceType

The broker's host instance type to upgrade to. For a list of supported instance types, see Broker instance types.

LdapServerMetadata

Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.

Logs

Enables Amazon CloudWatch logging for brokers.

MaintenanceWindowStartTime

The parameters that determine the WeeklyStartTime.

SecurityGroups

The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.

DataReplicationMode

Defines whether this broker is a part of a data replication pair.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.