{
  "Command": [
    "--environment=${env}",
    "--content-status-table-name=${content_status_table}",
    "--bucket-archive=${archive_bucket}",
    "--bucket-decompressed=${decompressed_bucket}",
    "--bucket-corrupted=${corrupted_bucket}",
    "--bucket-archive-quarantine=${archive_quarantine_bucket}",
    "--bucket-decompressed-quarantine=${decompressed_quarantine_bucket}"
  ],
  "JobQueue": "${batch_job_queue}",
  "LowPriorityJobQueue": "${low_priority_batch_job_queue}",
  "JobDefinition": "${batch_job_definition}",
  "PriorityThreshold": 5,
  "Environment": [
  ],
  "Messages": {
    "StartReprocessing": "Start reprocessing",
    "EndReprocessing": "End reprocessing"
  }
}
