JobTemplate class
A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
Constructors
-
JobTemplate({required String name, required JobTemplateSettings settings, AccelerationSettings? accelerationSettings, String? arn, String? category, DateTime? createdAt, String? description, List<
HopDestination> ? hopDestinations, DateTime? lastUpdated, int? priority, String? queue, StatusUpdateInterval? statusUpdateInterval, Type? type}) -
JobTemplate.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accelerationSettings → AccelerationSettings?
-
Accelerated transcoding can significantly speed up jobs with long, visually
complex content.
final
- arn → String?
-
An identifier for this resource that is unique within all of AWS.
final
- category → String?
-
An optional category you create to organize your job templates.
final
- createdAt → DateTime?
-
The timestamp in epoch seconds for Job template creation.
final
- description → String?
-
An optional description you create for each job template.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hopDestinations
→ List<
HopDestination> ? -
Optional list of hop destinations.
final
- lastUpdated → DateTime?
-
The timestamp in epoch seconds when the Job template was last updated.
final
- name → String
-
A name you create for each job template. Each name must be unique within
your account.
final
- priority → int?
-
Relative priority on the job.
final
- queue → String?
-
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.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings → JobTemplateSettings
-
JobTemplateSettings contains all the transcode settings saved in the
template that will be applied to jobs created from it.
final
- statusUpdateInterval → StatusUpdateInterval?
-
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.
final
- type → 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.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited