Skip to content

Update Rebalancing

kafka_update_rebalancing R Documentation

Use this resource to update the intelligent rebalancing status of an Amazon MSK Provisioned cluster with Express brokers

Description

Use this resource to update the intelligent rebalancing status of an Amazon MSK Provisioned cluster with Express brokers.

Usage

kafka_update_rebalancing(ClusterArn, CurrentVersion, Rebalancing)

Arguments

ClusterArn

[required] The Amazon Resource Name (ARN) of the cluster.

CurrentVersion

[required] The current version of the cluster.

Rebalancing

[required] Specifies if intelligent rebalancing should be turned on for your cluster. The default intelligent rebalancing status is ACTIVE for all new MSK Provisioned clusters that you create with Express brokers.

Value

A list with the following syntax:

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

Request syntax

svc$update_rebalancing(
  ClusterArn = "string",
  CurrentVersion = "string",
  Rebalancing = list(
    Status = "PAUSED"|"ACTIVE"
  )
)