From the AWS documentation, it looks like we can use —-arguments to start-job-run to replace default arguments. Are there any way to append to existing arguments rather than replacing the entire list?
CodePudding user response:
In fact, only the provided arguments are replaced and not the entire default arguments map.
Here is the list of arguments you can provide and the default value for each not present one.