aws.kafka.list_configuration_revisions
Example SQL Queries
SELECT * FROMaws.kafka.list_configuration_revisionsWHERE"arn" = 'VALUE';Description
Returns a list of all the MSK configurations in this Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions. | 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 |
| creation_time The time when the configuration revision was created. | TIMESTAMP_S |
| description The description of the configuration revision. | VARCHAR |
| revision The revision number. | BIGINT |