glue_update_job {paws.analytics} | R Documentation |
Updates an existing job definition
Description
Updates an existing job definition. The previous job definition is completely overwritten by this information.
See https://www.paws-r-sdk.com/docs/glue_update_job/ for full documentation.
Usage
glue_update_job(JobName, JobUpdate)
Arguments
JobName |
[required] The name of the job definition to update. |
JobUpdate |
[required] Specifies the values with which to update the job definition. Unspecified configuration is removed or reset to default values. |
[Package paws.analytics version 0.9.0 Index]