class Aws::Kafka::Types::UpdateClusterConfigurationRequest

Request body for UpdateClusterConfiguration.

@note When making an API call, you may pass UpdateClusterConfigurationRequest

data as a hash:

    {
      cluster_arn: "__string", # required
      configuration_info: { # required
        arn: "__string", # required
        revision: 1, # required
      },
      current_version: "__string", # required
    }

@!attribute [rw] cluster_arn

@return [String]

@!attribute [rw] configuration_info

Represents the configuration that you want MSK to use for the
cluster.
@return [Types::ConfigurationInfo]

@!attribute [rw] current_version

The version of the cluster that you want to update.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/UpdateClusterConfigurationRequest AWS API Documentation

Constants

SENSITIVE