aws.mq.describe_configuration_revision
Example SQL Queries
SELECT * FROMaws.mq.describe_configuration_revisionWHERE"configuration_revision" = 'VALUE'AND "configuration_id" = 'VALUE';Description
Returns the specified configuration revision for the specified configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| configuration_id Required Input Column Required. The unique ID that Amazon MQ generates for the configuration. | VARCHAR |
| configuration_revision Required Input Column The revision of the configuration. | 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 |
| created Required. The date and time of the configuration. | TIMESTAMP_S |
| data Amazon MQ for ActiveMQ: the base64-encoded XML configuration. Amazon MQ for RabbitMQ: base64-encoded Cuttlefish. | VARCHAR |
| description The description of the configuration. | VARCHAR |