Update Broker Count
kafka_update_broker_count | R Documentation |
Updates the number of broker nodes in the cluster¶
Description¶
Updates the number of broker nodes in the cluster.
Usage¶
kafka_update_broker_count(ClusterArn, CurrentVersion,
TargetNumberOfBrokerNodes)
Arguments¶
ClusterArn |
[required] The Amazon Resource Name (ARN) that uniquely identifies the cluster. |
CurrentVersion |
[required] The version of cluster to update from. A successful operation will then generate a new version. |
TargetNumberOfBrokerNodes |
[required] The number of broker nodes that you want the cluster to have after this operation completes successfully. |
Value¶
A list with the following syntax:
list(
ClusterArn = "string",
ClusterOperationArn = "string"
)
Request syntax¶
svc$update_broker_count(
ClusterArn = "string",
CurrentVersion = "string",
TargetNumberOfBrokerNodes = 123
)