aws.mq.list_users
Example SQL Queries
SELECT * FROMaws.mq.list_usersWHERE"broker_id" = 'VALUE';Description
Returns a list of all ActiveMQ users.
Table Definition
| Column Name | Column Data Type |
|---|---|
| broker_id Required Input Column Required. The unique ID that Amazon MQ generates for the broker. | VARCHAR |
| max_results Input Column Required. The maximum number of ActiveMQ users that can be returned per page (20 by default). This value must be an integer from 5 to 100. | BIGINT |
| next_token Input Column The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| users Required. The list of all ActiveMQ usernames for the specified broker. Does not apply to RabbitMQ brokers. | STRUCT( |
Show child fields
| |