UpdateJobTemplateRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.

Link copied to clipboard

The new category for the job template, if you are changing it.

Link copied to clipboard

The new description for the job template, if you are changing it.

Link copied to clipboard

Optional list of hop destinations.

Link copied to clipboard
val name: String?

The name of the job template you are modifying

Link copied to clipboard

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.

Link copied to clipboard

The new queue for the job template, if you are changing it.

Link copied to clipboard

JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String