Build Step Args
fun BuildStepArgs(allowExitCodes: Output<List<Int>>? = null, allowFailure: Output<Boolean>? = null, args: Output<List<String>>? = null, dir: Output<String>? = null, entrypoint: Output<String>? = null, env: Output<List<String>>? = null, id: Output<String>? = null, name: Output<String>, script: Output<String>? = null, secretEnv: Output<List<String>>? = null, timeout: Output<String>? = null, volumes: Output<List<VolumeArgs>>? = null, waitFor: Output<List<String>>? = null)