View source: R/batch_operations.R
batch_delete_job_queue | R Documentation |
Deletes the specified job queue. You must first disable submissions for a queue with the update_job_queue
operation. All jobs in the queue are eventually terminated when you delete a job queue. The jobs are terminated at a rate of about 16 jobs each second.
See https://www.paws-r-sdk.com/docs/batch_delete_job_queue/ for full documentation.
batch_delete_job_queue(jobQueue)
jobQueue |
[required] The short name or full Amazon Resource Name (ARN) of the queue to delete. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.