Skip to content

Update Broker Type

kafka_update_broker_type R Documentation

Updates EC2 instance type

Description

Updates EC2 instance type.

Usage

kafka_update_broker_type(ClusterArn, CurrentVersion, TargetInstanceType)

Arguments

ClusterArn

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

CurrentVersion

[required] The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.

TargetInstanceType

[required] The Amazon MSK broker type that you want all of the brokers in this cluster to be.

Value

A list with the following syntax:

list(
  ClusterArn = "string",
  ClusterOperationArn = "string"
)

Request syntax

svc$update_broker_type(
  ClusterArn = "string",
  CurrentVersion = "string",
  TargetInstanceType = "string"
)