aws.mq.list_brokers
Example SQL Queries
SELECT * FROMaws.mq.list_brokers;Description
Returns a list of all brokers.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| broker_arn The broker's Amazon Resource Name (ARN). | VARCHAR |
| broker_id The unique ID that Amazon MQ generates for the broker. | VARCHAR |
| broker_name The broker's name. This value is unique in your Amazon Web Services account, 1-50 characters long, and containing only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters. | VARCHAR |
| broker_state The broker's status. | VARCHAR |
| created The time when the broker was created. | TIMESTAMP_S |
| deployment_mode The broker's deployment mode. | VARCHAR |
| engine_type The type of broker engine. | VARCHAR |
| host_instance_type The broker's instance type. | VARCHAR |