glue_get_job_bookmark: Returns information on a job bookmark entry
Description
Returns information on a job bookmark entry.
Usage
glue_get_job_bookmark(JobName, RunId)
Arguments
JobName
[required] The name of the job in question.
RunId
The unique run identifier associated with this job run.
Request syntax
svc$get_job_bookmark(
JobName = "string",
RunId = "string"
)