Values.UpdateRebalancingRequestSourceUse this resource to update the intelligent rebalancing status of an Amazon MSK Provisioned cluster with Express brokers.
type nonrec t = {clusterArn : string;The Amazon Resource Name (ARN) of the cluster.
*)currentVersion : string;The current version of the cluster.
*)rebalancing : Rebalancing.t;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.
*)}val make :
clusterArn:string ->
currentVersion:string ->
rebalancing:Rebalancing.t ->
unit ->
t