class Aws::Kafka::Types::UpdateBrokerStorageRequest
Request object for UpdateBrokerStorage.
@note When making an API call, you may pass UpdateBrokerStorageRequest
data as a hash: { cluster_arn: "__string", # required current_version: "__string", # required target_broker_ebs_volume_info: [ # required { kafka_broker_node_id: "__string", # required volume_size_gb: 1, # required }, ], }
@!attribute [rw] cluster_arn
@return [String]
@!attribute [rw] current_version
The version of cluster to update from. A successful operation will then generate a new version. @return [String]
@!attribute [rw] target_broker_ebs_volume_info
Describes the target volume size and the ID of the broker to apply the update to. The value you specify for Target-Volume-in-GiB must be a whole number that is greater than 100 GiB. The storage per broker after the update operation can't exceed 16384 GiB. @return [Array<Types::BrokerEBSVolumeInfo>]
@see docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/UpdateBrokerStorageRequest AWS API Documentation
Constants
- SENSITIVE