Values.CapacitySourceInformation about the capacity of the connector, whether it is auto scaled or provisioned.
type nonrec t = {autoScaling : AutoScaling.t option;Information about the auto scaling parameters for the connector.
*)provisionedCapacity : ProvisionedCapacity.t option;Details about a fixed capacity allocated to a connector.
*)}