Values.ScaleConfigSourceConfiguration settings for horizontal or vertical scaling operations on Memcached clusters.
type nonrec t = {scalePercentage : IntegerOptional.t option;The percentage by which to scale the Memcached cluster, either horizontally by adding nodes or vertically by increasing resources.
*)scaleIntervalMinutes : IntegerOptional.t option;The time interval in seconds between scaling operations when performing gradual scaling for a Memcached cluster.
*)}