Values.EcsTaskDetailsSourceContains information about the task in an ECS cluster.
type nonrec t = {arn : String_.t option;The Amazon Resource Name (ARN) of the task.
*)definitionArn : String_.t option;The ARN of the task definition that creates the task.
*)version : String_.t option;The version counter for the task.
*)taskCreatedAt : Timestamp.t option;The Unix timestamp for the time when the task was created.
*)startedAt : Timestamp.t option;The Unix timestamp for the time when the task started.
*)startedBy : String_.t option;Contains the tag specified when a task is started.
*)volumes : Volumes.t option;The list of data volume definitions for the task.
*)containers : Containers.t option;The containers that's associated with the task.
*)group : String_.t option;The name of the task group that's associated with the task.
*)launchType : String_.t option;A capacity on which the task is running. For example, Fargate and EC2.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t | `String of String_.t ])
list ])
list ]
list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]