aws.mq.describe_broker_engine_types
Example SQL Queries
SELECT * FROMaws.mq.describe_broker_engine_types;Description
Describe available engine types and versions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| engine_type Input Column Filter response by engine type. | VARCHAR |
| max_results Input Column Required. The maximum number of engine types 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 |
| broker_engine_types List of available engine types and versions. | STRUCT( |
Show child fields
| |