Get Compatible Kafka Versions
| kafka_get_compatible_kafka_versions | R Documentation | 
Gets the Apache Kafka versions to which you can update the MSK cluster¶
Description¶
Gets the Apache Kafka versions to which you can update the MSK cluster.
Usage¶
Arguments¶
- ClusterArn
- The Amazon Resource Name (ARN) of the cluster check. 
Value¶
A list with the following syntax:
list(
  CompatibleKafkaVersions = list(
    list(
      SourceVersion = "string",
      TargetVersions = list(
        "string"
      )
    )
  )
)