View source: R/mq_operations.R
mq_describe_user | R Documentation |
Returns information about an ActiveMQ user.
See https://www.paws-r-sdk.com/docs/mq_describe_user/ for full documentation.
mq_describe_user(BrokerId, Username)
BrokerId |
[required] The unique ID that Amazon MQ generates for the broker. |
Username |
[required] The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.