Values.ManagedMetricAlarmSourceThe CloudWatch metric alarm associated with the Express service's scaling policy.
type nonrec t = {arn : String_.t option;The Amazon Resource Name (ARN) of the CloudWatch metric alarm.
*)status : ManagedResourceStatus.t option;The status of the CloudWatch metric alarm.
*)statusReason : String_.t option;Information about why the CloudWatch metric alarm is in the current status.
*)updatedAt : Timestamp.t option;The Unix timestamp for when the CloudWatch metric alarm was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]