PresetState class

Input properties used for looking up and filtering Preset resources.

Constructors

PresetState({Input<String?>? arn, Input<PresetAudio?>? audio, Input<PresetAudioCodecOptions?>? audioCodecOptions, Input<String?>? container, Input<String?>? description, Input<String?>? name, Input<String?>? region, Input<PresetThumbnails?>? thumbnails, Input<String?>? type, Input<PresetVideo?>? video, Input<Map<String, String>?>? videoCodecOptions, Input<List<PresetVideoWatermark>?>? videoWatermarks})
Creates a new PresetState. arn ARN of the Elastic Transcoder Preset. audio Audio parameters object (documented below). audioCodecOptions Codec options for the audio parameters (documented below) container The container type for the output file. Valid values are flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm. description A description of the preset (maximum 255 characters) name The name of the preset. (maximum 40 characters) region Region where this resource will be managed. Defaults to the Region set in the provider configuration. thumbnails Thumbnail parameters object (documented below) type Optional. video Video parameters object (documented below) videoCodecOptions Codec options for the video parameters videoWatermarks Watermark parameters for the video parameters (documented below)
const
PresetState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
ARN of the Elastic Transcoder Preset.
final
audio → Input<PresetAudio?>?
Audio parameters object (documented below).
final
audioCodecOptions → Input<PresetAudioCodecOptions?>?
Codec options for the audio parameters (documented below)
final
container → Input<String?>?
The container type for the output file. Valid values are flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.
final
description → Input<String?>?
A description of the preset (maximum 255 characters)
final
hashCode int
The hash code for this object.
no setterinherited
name → Input<String?>?
The name of the preset. (maximum 40 characters)
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnails → Input<PresetThumbnails?>?
Thumbnail parameters object (documented below)
final
type → Input<String?>?
final
video → Input<PresetVideo?>?
Video parameters object (documented below)
final
videoCodecOptions → Input<Map<String, String>?>?
Codec options for the video parameters
final
videoWatermarks → Input<List<PresetVideoWatermark>?>?
Watermark parameters for the video parameters (documented below)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited