kafka_reboot_broker: Reboots brokers
Description
Reboots brokers.
Usage
kafka_reboot_broker(BrokerIds, ClusterArn)
Arguments
BrokerIds
[required] The list of broker IDs to be rebooted. The reboot-broker operation
supports rebooting one broker at a time.
ClusterArn
[required] The Amazon Resource Name (ARN) of the cluster to be updated.
Value
A list with the following syntax:
list(
ClusterArn = "string",
ClusterOperationArn = "string"
)
Request syntax
svc$reboot_broker(
BrokerIds = list(
"string"
),
ClusterArn = "string"
)