Learn R Programming

paws.analytics (version 0.1.9)

kafka_update_cluster_kafka_version: Updates the Apache Kafka version for the cluster

Description

        <p>Updates the Apache Kafka version for the cluster.</p>

Usage

kafka_update_cluster_kafka_version(ClusterArn, ConfigurationInfo,
  CurrentVersion, TargetKafkaVersion)

Arguments

ClusterArn

[required] <p>The Amazon Resource Name (ARN) of the cluster to be updated.</p>

ConfigurationInfo

<p>The custom configuration that should be applied on the new version of cluster.</p>

CurrentVersion

[required] <p>Current cluster version.</p>

TargetKafkaVersion

[required] <p>Target Kafka version.</p>

Request syntax

svc$update_cluster_kafka_version(
  ClusterArn = "string",
  ConfigurationInfo = list(
    Arn = "string",
    Revision = 123
  ),
  CurrentVersion = "string",
  TargetKafkaVersion = "string"
)