v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428838860.6 KB

Create a new job template. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html

post/2017-08-29/jobTemplates

Request body

categorystring

Optional. A category for the job template you are creating

descriptionstring

Optional. A description of the job template you are creating.

namestring required

The name of the job template you are creating.

priorityinteger

Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.

queuestring

Optional. The queue that jobs created from this template are assigned to. If you don't specify this, jobs will go to the default queue.

statusUpdateInterval'SECONDS_10' | 'SECONDS_12' | 'SECONDS_15' | 'SECONDS_20' | 'SECONDS_30' | 'SECONDS_60' | 'SECONDS_120' | 'SECONDS_180' | 'SECONDS_240' | 'SECONDS_300' | 'SECONDS_360' | 'SECONDS_420' | 'SECONDS_480' | 'SECONDS_540' | 'SECONDS_600'

Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.

tagsobject

The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.

Response

Success