Values.BrokerEBSVolumeInfoSourceSpecifies the EBS volume upgrade information. The broker identifier must be set to the keyword ALL. This means the changes apply to all the brokers in the cluster.
type nonrec t = {kafkaBrokerNodeId : string;The ID of the broker to update.
*)provisionedThroughput : ProvisionedThroughput.t option;EBS volume provisioned throughput information.
*)volumeSizeGB : int option;Size of the EBS volume to update.
*)}