You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::JobTemplate

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A job template is a pre-made set of encoding instructions that you can use to quickly create a job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#acceleration_settingsTypes::AccelerationSettings

Accelerated transcoding can significantly speed up jobs with long, visually complex content.

Returns:

#arnString

An identifier for this resource that is unique within all of AWS.

Returns:

  • (String)

    An identifier for this resource that is unique within all of AWS.

#categoryString

An optional category you create to organize your job templates.

Returns:

  • (String)

    An optional category you create to organize your job templates.

#created_atTime

The timestamp in epoch seconds for Job template creation.

Returns:

  • (Time)

    The timestamp in epoch seconds for Job template creation.

#descriptionString

An optional description you create for each job template.

Returns:

  • (String)

    An optional description you create for each job template.

#hop_destinationsArray<Types::HopDestination>

Optional list of hop destinations.

Returns:

#last_updatedTime

The timestamp in epoch seconds when the Job template was last updated.

Returns:

  • (Time)

    The timestamp in epoch seconds when the Job template was last updated.

#nameString

A name you create for each job template. Each name must be unique within your account.

Returns:

  • (String)

    A name you create for each job template.

#priorityInteger

Relative priority on the job.

Returns:

  • (Integer)

    Relative priority on the job.

#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.

Returns:

  • (String)

    Optional.

#settingsTypes::JobTemplateSettings

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

Returns:

  • (Types::JobTemplateSettings)

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

#status_update_intervalString

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.

Possible values:

  • 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

Returns:

  • (String)

    Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events.

#typeString

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.

Possible values:

  • SYSTEM
  • CUSTOM

Returns:

  • (String)

    A job template can be of two types: system or custom.