Values.ManagedLogGroupSourceThe Cloudwatch Log Group created by Amazon ECS for an Express service.
type nonrec t = {arn : String_.t option;The Amazon Resource Name (ARN) of the Cloudwatch Log Group associated with the Express service.
*)status : ManagedResourceStatus.t option;The status of the Cloudwatch LogGroup.
*)statusReason : String_.t option;Information about why the Cloudwatch LogGroup is in the current status.
*)updatedAt : Timestamp.t option;The Unix timestamp for when the Cloudwatch LogGroup was last updated
*)logGroupName : String_.t option;The name of the Cloudwatch Log Group associated with the Express service.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]