Values.EcsTaskSourceContains information about Amazon ECS task involved in a GuardDuty finding, including task definition and container identifiers.
type nonrec t = {createdAt : Timestamp.t option;The timestamp indicating when the Amazon ECS task was created, in UTC format.
*)taskDefinitionArn : String_.t option;The ARN of task definition which describes the container and volume definitions of the Amazon ECS task.
*)launchType : EcsLaunchType.t option;The infrastructure type on which the Amazon ECS task runs.
*)containerUids : ContainerUids.t option;A list of unique identifiers for the containers associated with the Amazon ECS task.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of ContainerUid.t ] list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]