ContainerWorkingDirectory type
A flag to indicate where the container task working directory is. The default is 'taskWorkingDirectory'.
type ContainerWorkingDirectory =
| "TaskWorkingDirectory"
| "ContainerImageDefault"