Values.ECSServiceSourceContains the service and cluster names used to identify an Amazon ECS deployment's target.
type nonrec t = {serviceName : ECSServiceName.t option;The name of the target Amazon ECS service.
*)clusterName : ECSClusterName.t option;The name of the cluster that the Amazon ECS service is associated with.
*)}