Learn R Programming

paws.analytics (version 0.7.0)

kafka_update_storage: Updates cluster broker volume size (or) sets cluster storage mode to TIERED

Description

Updates cluster broker volume size (or) sets cluster storage mode to TIERED.

See https://www.paws-r-sdk.com/docs/kafka_update_storage/ for full documentation.

Usage

kafka_update_storage(
  ClusterArn,
  CurrentVersion,
  ProvisionedThroughput = NULL,
  StorageMode = NULL,
  VolumeSizeGB = NULL
)

Arguments

ClusterArn

[required] The Amazon Resource Name (ARN) of the cluster to be updated.

CurrentVersion

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

ProvisionedThroughput

EBS volume provisioned throughput information.

StorageMode

Controls storage mode for supported storage tiers.

VolumeSizeGB

size of the EBS volume to update.