class Aws::MediaConvert::Types::JobTemplate
A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
@!attribute [rw] acceleration_settings
Accelerated transcoding can significantly speed up jobs with long, visually complex content. @return [Types::AccelerationSettings]
@!attribute [rw] arn
An identifier for this resource that is unique within all of AWS. @return [String]
@!attribute [rw] category
An optional category you create to organize your job templates. @return [String]
@!attribute [rw] created_at
The timestamp in epoch seconds for Job template creation. @return [Time]
@!attribute [rw] description
An optional description you create for each job template. @return [String]
@!attribute [rw] hop_destinations
Optional list of hop destinations. @return [Array<Types::HopDestination>]
@!attribute [rw] last_updated
The timestamp in epoch seconds when the Job template was last updated. @return [Time]
@!attribute [rw] name
A name you create for each job template. Each name must be unique within your account. @return [String]
@!attribute [rw] priority
Relative priority on the job. @return [Integer]
@!attribute [rw] queue
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. @return [String]
@!attribute [rw] settings
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it. @return [Types::JobTemplateSettings]
@!attribute [rw] status_update_interval
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. @return [String]
@!attribute [rw] type
A job template can be of two types: system or custom. System or built-in job templates can't be modified or deleted by the user. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/JobTemplate AWS API Documentation
Constants
- SENSITIVE