Updates the Apache Kafka version for the cluster.
kafka_update_cluster_kafka_version(ClusterArn, ConfigurationInfo,
CurrentVersion, TargetKafkaVersion)[required] The Amazon Resource Name (ARN) of the cluster to be updated.
The custom configuration that should be applied on the new version of cluster.
[required] Current cluster version.
[required] Target Kafka version.
A list with the following syntax:
list( ClusterArn = "string", ClusterOperationArn = "string" )
svc$update_cluster_kafka_version(
ClusterArn = "string",
ConfigurationInfo = list(
Arn = "string",
Revision = 123
),
CurrentVersion = "string",
TargetKafkaVersion = "string"
)