Values.AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetailsSourceA dependency that is defined for container startup and shutdown.
type nonrec t = {condition : NonEmptyString.t option;The dependency condition of the dependent container. Indicates the required status of the dependent container before the current container can start. Valid values are as follows: COMPLETE HEALTHY SUCCESS START
*)containerName : NonEmptyString.t option;The name of the dependent container.
*)}