View source: R/mq_operations.R
mq_update_broker | R Documentation |
Adds a pending configuration change to a broker.
See https://www.paws-r-sdk.com/docs/mq_update_broker/ for full documentation.
mq_update_broker(
AuthenticationStrategy = NULL,
AutoMinorVersionUpgrade = NULL,
BrokerId,
Configuration = NULL,
EngineVersion = NULL,
HostInstanceType = NULL,
LdapServerMetadata = NULL,
Logs = NULL,
MaintenanceWindowStartTime = NULL,
SecurityGroups = NULL,
DataReplicationMode = NULL
)
AuthenticationStrategy |
Optional. The authentication strategy used to secure the broker. The default is SIMPLE. |
AutoMinorVersionUpgrade |
Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot. Must be set to true for ActiveMQ brokers version 5.18 and above and for RabbitMQ brokers version 3.13 and above. |
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 more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide. When upgrading to ActiveMQ version 5.18 and above or RabbitMQ version 3.13 and above, you must have autoMinorVersionUpgrade set to true for the broker. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.