aws.kafka.list_configurations
Example SQL Queries
SELECT * FROMaws.kafka.list_configurations;Description
Returns a list of all the MSK configurations in this Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| arn The Amazon Resource Name (ARN) of the configuration. | VARCHAR |
| creation_time The time when the configuration was created. | TIMESTAMP_S |
| description The description of the configuration. | VARCHAR |
| kafka_versions An array of the versions of Apache Kafka with which you can use this MSK configuration. You can use this configuration for an MSK cluster only if the Apache Kafka version specified for the cluster appears in this array. | VARCHAR[] |
Show child fields
| |
| latest_revision Latest revision of the configuration. | STRUCT( |
Show child fields
| |
| name The name of the configuration. | VARCHAR |
| state The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. | VARCHAR |