powered by
Gets the Apache Kafka versions to which you can update the MSK cluster.
kafka_get_compatible_kafka_versions(ClusterArn)
The Amazon Resource Name (ARN) of the cluster check.
A list with the following syntax:
list( CompatibleKafkaVersions = list( list( SourceVersion = "string", TargetVersions = list( "string" ) ) ) )
svc$get_compatible_kafka_versions( ClusterArn = "string" )