View source: R/mq_operations.R
mq_update_configuration | R Documentation |
Updates the specified configuration.
See https://www.paws-r-sdk.com/docs/mq_update_configuration/ for full documentation.
mq_update_configuration(ConfigurationId, Data, Description = NULL)
ConfigurationId |
[required] The unique ID that Amazon MQ generates for the configuration. |
Data |
[required] Amazon MQ for Active MQ: The base64-encoded XML configuration. Amazon MQ for RabbitMQ: the base64-encoded Cuttlefish configuration. |
Description |
The description of the configuration. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.