kafka_update_cluster_kafka_version: Updates the Apache Kafka version for the cluster

View source: R/kafka_operations.R

kafka_update_cluster_kafka_versionR 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.