Values_2.ScalingPolicyObjectiveSourceAn object where you specify the anticipated traffic pattern for an endpoint.
type nonrec t = {minInvocationsPerMinute : Values_0.Integer.t option;The minimum number of expected requests to your endpoint per minute.
*)maxInvocationsPerMinute : Values_0.Integer.t option;The maximum number of expected requests to your endpoint per minute.
*)}