aws.kafka.describe_configuration
Example SQL Queries
SELECT * FROMaws.kafka.describe_configurationWHERE"arn" = 'VALUE';Description
Returns a description of this MSK configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The Amazon Resource Name (ARN) 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 |
| creation_time The time when the configuration was created. | TIMESTAMP_S |
| description The description of the configuration. | VARCHAR |
| kafka_versions The versions of Apache Kafka with which you can use this MSK configuration. | 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 |