aws.mq.list_configuration_revisions
Example SQL Queries
SELECT * FROMaws.mq.list_configuration_revisionsWHERE"configuration_id" = 'VALUE';Description
Returns a list of all revisions for the specified configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| configuration_id Required Input Column The unique ID that Amazon MQ generates for the configuration. | VARCHAR |
| max_results Input Column The maximum number of configuration revisions 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 |
| revisions The list of all revisions for the specified configuration. | STRUCT( |
Show child fields
| |