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¶
kafka_get_compatible_kafka_versions(ClusterArn)
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"
)
)
)
)
Request syntax¶
svc$get_compatible_kafka_versions(
ClusterArn = "string"
)