mq_update_configuration {paws.application.integration} | R Documentation |
Updates the specified configuration
Description
Updates the specified configuration.
See https://www.paws-r-sdk.com/docs/mq_update_configuration/ for full documentation.
Usage
mq_update_configuration(ConfigurationId, Data, Description = NULL)
Arguments
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. |
[Package paws.application.integration version 0.7.0 Index]