Skip to content

Update Cluster Configuration

kafka_update_cluster_configuration R Documentation

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.

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.

Value

A list with the following syntax:

list(
  ClusterArn = "string",
  ClusterOperationArn = "string"
)

Request syntax

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