Values.CapacityUpdateSourceThe target capacity for the connector. The capacity can be auto scaled or provisioned.
type nonrec t = {autoScaling : AutoScalingUpdate.t option;The target auto scaling setting.
*)provisionedCapacity : ProvisionedCapacityUpdate.t option;The target settings for provisioned capacity.
*)}