Values.CommandSourceAn entity describing an executable that runs on a cluster.
type nonrec t = {name : String_.t option;The name of the command.
*)scriptPath : String_.t option;The Amazon S3 location of the command script.
*)args : StringList.t option;Arguments for Amazon EMR to pass to the command for execution.
*)}