paws.analytics (version 0.1.0)

glue_batch_stop_job_run: Stops one or more job runs for a specified job definition

Description

Stops one or more job runs for a specified job definition.

Usage

glue_batch_stop_job_run(JobName, JobRunIds)

Arguments

JobName

[required] The name of the job definition for which to stop job runs.

JobRunIds

[required] A list of the JobRunIds that should be stopped for that job definition.

Request syntax

svc$batch_stop_job_run(
  JobName = "string",
  JobRunIds = list(
    "string"
  )
)