mq_update_configuration {paws.application.integration} | 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. |