aws.kafka.get_compatible_kafka_versions
Example SQL Queries
SELECT * FROMaws.kafka.get_compatible_kafka_versions;Description
Gets the Apache Kafka versions to which you can update the MSK cluster.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_arn Input Column The Amazon Resource Name (ARN) of the cluster check. | 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 |
| compatible_kafka_versions A list of CompatibleKafkaVersion objects. | STRUCT( |
Show child fields
| |