aws.mq.describe_broker_instance_options
Example SQL Queries
SELECT * FROMaws.mq.describe_broker_instance_options;Description
Describe available broker instance options.
Table Definition
| Column Name | Column Data Type |
|---|---|
| engine_type Input Column Filter response by engine type. | VARCHAR |
| host_instance_type Input Column Filter response by host instance type. | VARCHAR |
| max_results Input Column Required. The maximum number of instance options 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 |
| storage_type Input Column Filter response by storage type. | 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_instance_options List of available broker instance options. | STRUCT( |
Show child fields
| |