Returns information about an ActiveMQ user.
mq_describe_user(BrokerId, Username)[required] The unique ID that Amazon MQ generates for the broker.
[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.
A list with the following syntax:
list(
BrokerId = "string",
ConsoleAccess = TRUE|FALSE,
Groups = list(
"string"
),
Pending = list(
ConsoleAccess = TRUE|FALSE,
Groups = list(
"string"
),
PendingChange = "CREATE"|"UPDATE"|"DELETE"
),
Username = "string"
)
svc$describe_user( BrokerId = "string", Username = "string" )