kafka_update_cluster_kafka_version {paws.analytics} | R Documentation |
Updates the Apache Kafka version for the cluster
Description
Updates the Apache Kafka version for the cluster.
See https://www.paws-r-sdk.com/docs/kafka_update_cluster_kafka_version/ for full documentation.
Usage
kafka_update_cluster_kafka_version(
ClusterArn,
ConfigurationInfo = NULL,
CurrentVersion,
TargetKafkaVersion
)
Arguments
ClusterArn |
[required] The Amazon Resource Name (ARN) of the cluster to be updated. |
ConfigurationInfo |
The custom configuration that should be applied on the new version of cluster. |
CurrentVersion |
[required] Current cluster version. |
TargetKafkaVersion |
[required] Target Kafka version. |
[Package paws.analytics version 0.7.0 Index]