Values.AttemptEcsTaskDetailsSourceAn object that represents the details of a task.
type nonrec t = {containerInstanceArn : String_.t option;The Amazon Resource Name (ARN) of the container instance that hosts the task.
*)taskArn : String_.t option;The ARN of the Amazon ECS task.
*)containers : ListAttemptTaskContainerDetails.t option;A list of containers that are included in the taskProperties list.
*)}