Values.AwsEcsTaskDetailsSourceProvides details about a task in a cluster.
type nonrec t = {clusterArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the cluster that hosts the task.
*)taskDefinitionArn : NonEmptyString.t option;The ARN of the task definition that creates the task.
*)version : NonEmptyString.t option;The version counter for the task.
*)createdAt : NonEmptyString.t option;The Unix timestamp for the time when the task was created. More specifically, it's for the time when the task entered the PENDING state.
*)startedAt : NonEmptyString.t option;The Unix timestamp for the time when the task started. More specifically, it's for the time when the task transitioned from the PENDING state to the RUNNING state.
*)startedBy : NonEmptyString.t option;The tag specified when a task is started. If an Amazon ECS service started the task, the startedBy parameter contains the deployment ID of that service.
*)group : NonEmptyString.t option;The name of the task group that's associated with the task.
*)volumes : AwsEcsTaskVolumeDetailsList.t option;Details about the data volume that is used in a task definition.
*)containers : AwsEcsContainerDetailsList.t option;The containers that are associated with the task.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t
| `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ]
list
| `String of NonEmptyString.t ])
list ]