Updates the cluster with the configuration that is specified in the request body.
kafka_update_cluster_configuration(ClusterArn, ConfigurationInfo,
CurrentVersion)
[required] The Amazon Resource Name (ARN) that uniquely identifies the cluster.
[required] Represents the configuration that you want MSK to use for the brokers in a cluster.
[required] The version of the cluster that needs to be updated.
A list with the following syntax:
list( ClusterArn = "string", ClusterOperationArn = "string" )
svc$update_cluster_configuration( ClusterArn = "string", ConfigurationInfo = list( Arn = "string", Revision = 123 ), CurrentVersion = "string" )