Learn R Programming

paws.analytics (version 0.7.0)

kafka_update_cluster_configuration: Updates the cluster with the configuration that is specified in the request body

Description

Updates the cluster with the configuration that is specified in the request body.

See https://www.paws-r-sdk.com/docs/kafka_update_cluster_configuration/ for full documentation.

Usage

kafka_update_cluster_configuration(
  ClusterArn,
  ConfigurationInfo,
  CurrentVersion
)

Arguments

ClusterArn

[required] The Amazon Resource Name (ARN) that uniquely identifies the cluster.

ConfigurationInfo

[required] Represents the configuration that you want MSK to use for the brokers in a cluster.

CurrentVersion

[required] The version of the cluster that needs to be updated.