Updates cluster broker volume size (or) sets cluster storage mode to TIERED
Source:R/kafka_operations.R
kafka_update_storage.RdUpdates 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.