ExecStepConfigArgs

fun ExecStepConfigArgs(allowedSuccessCodes: Output<List<Int>>? = null, gcsObject: Output<GcsObjectArgs>? = null, interpreter: Output<ExecStepConfigInterpreter>? = null, localPath: Output<String>? = null)