Learn R Programming

paws.analytics (version 0.1.6)

kafka_update_broker_count: Updates the number of broker nodes in the cluster

Description

        <p>Updates the number of broker nodes in the cluster.</p>

Usage

kafka_update_broker_count(ClusterArn, CurrentVersion,
  TargetNumberOfBrokerNodes)

Arguments

ClusterArn

[required] <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>

CurrentVersion

[required] <p>The version of cluster to update from. A successful operation will then generate a new version.</p>

TargetNumberOfBrokerNodes

[required] <p>The number of broker nodes that you want the cluster to have after this operation completes successfully.</p>

Request syntax

svc$update_broker_count(
  ClusterArn = "string",
  CurrentVersion = "string",
  TargetNumberOfBrokerNodes = 123
)