Start Job Run
gluedatabrew_start_job_run | R Documentation |
Runs a DataBrew job¶
Description¶
Runs a DataBrew job.
Usage¶
gluedatabrew_start_job_run(Name)
Arguments¶
Name |
[required] The name of the job to be run. |
Value¶
A list with the following syntax:
list(
RunId = "string"
)
Request syntax¶
svc$start_job_run(
Name = "string"
)