Learn R Programming

paws.analytics (version 0.1.6)

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

Description

        <p>Updates the cluster with the configuration that is specified in the request body.</p>

Usage

kafka_update_cluster_configuration(ClusterArn, ConfigurationInfo,
  CurrentVersion)

Arguments

ClusterArn

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

ConfigurationInfo

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

CurrentVersion

[required] <p>The version of the cluster that needs to be updated.</p>

Request syntax

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