Values.ManagedApplicationAutoScalingPolicySourceThe Application Auto Scaling policy created by Amazon ECS when you create an Express service.
type nonrec t = {arn : String_.t option;The Amazon Resource Name (ARN) of the Application Auto Scaling policy associated with the Express service.
*)status : ManagedResourceStatus.t option;The status of Application Auto Scaling policy creation.
*)statusReason : String_.t option;Information about why the Application Auto Scaling policy is in the current status.
*)updatedAt : Timestamp.t option;The Unix timestamp for when the Application Auto Scaling policy was last updated.
*)policyType : String_.t option;The type of Application Auto Scaling policy associated with the Express service. Valid values are TargetTrackingScaling, StepScaling, and PredictiveScaling.
*)targetValue : Double.t option;The target value for the auto scaling metric.
*)metric : String_.t option;The metric used for auto scaling decisions. The available metrics are ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, and ALBRequestCOuntPerTarget.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]