Learn R Programming

paws.analytics (version 0.1.7)

kafka_update_broker_storage: Updates the EBS storage associated with MSK brokers

Description

        <p>Updates the EBS storage associated with MSK brokers.</p>

Usage

kafka_update_broker_storage(ClusterArn, CurrentVersion,
  TargetBrokerEBSVolumeInfo)

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>

TargetBrokerEBSVolumeInfo

[required] <p>Describes the target volume size and the ID of the broker to apply the update to.</p>

Request syntax

svc$update_broker_storage(
  ClusterArn = "string",
  CurrentVersion = "string",
  TargetBrokerEBSVolumeInfo = list(
    list(
      KafkaBrokerNodeId = "string",
      VolumeSizeGB = 123
    )
  )
)