Update Cluster Kafka Version
kafka_update_cluster_kafka_version | R Documentation |
Updates the Apache Kafka version for the cluster¶
Description¶
Updates the Apache Kafka version for the cluster.
Usage¶
kafka_update_cluster_kafka_version(ClusterArn, ConfigurationInfo,
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. |
Value¶
A list with the following syntax:
list(
ClusterArn = "string",
ClusterOperationArn = "string"
)
Request syntax¶
svc$update_cluster_kafka_version(
ClusterArn = "string",
ConfigurationInfo = list(
Arn = "string",
Revision = 123
),
CurrentVersion = "string",
TargetKafkaVersion = "string"
)