class Aws::Kafka::Types::UpdateBrokerCountRequest

Request body for UpdateBrokerCount.

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

data as a hash:

    {
      cluster_arn: "__string", # required
      current_version: "__string", # required
      target_number_of_broker_nodes: 1, # required
    }

@!attribute [rw] cluster_arn

@return [String]

@!attribute [rw] current_version

The current version of the cluster.
@return [String]

@!attribute [rw] target_number_of_broker_nodes

The number of broker nodes that you want the cluster to have after
this operation completes successfully.
@return [Integer]

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

Constants

SENSITIVE