kafka_update_storage {paws.analytics} | R Documentation |
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. |
[Package paws.analytics version 0.7.0 Index]