Preset class

A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.

Constructors

Preset({required String name, required PresetSettings settings, String? arn, String? category, DateTime? createdAt, String? description, DateTime? lastUpdated, Type? type})
Preset.fromJson(Map<String, dynamic> json)
factory

Properties

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 presets.
final
createdAt DateTime?
The timestamp in epoch seconds for preset creation.
final
description String?
An optional description you create for each preset.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdated DateTime?
The timestamp in epoch seconds when the preset was last updated.
final
name String
A name you create for each preset. Each name must be unique within your account.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings PresetSettings
Settings for preset
final
type Type?
A preset can be of two types: system or custom. System or built-in preset 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