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< ? videoCodecOptions, Input<String, String> ?>List< ? videoWatermarks})PresetVideoWatermark> ?> -
Creates a new PresetState.
arnARN of the Elastic Transcoder Preset.audioAudio parameters object (documented below).audioCodecOptionsCodec options for the audio parameters (documented below)containerThe container type for the output file. Valid values areflac,flv,fmp4,gif,mp3,mp4,mpg,mxf,oga,ogg,ts, andwebm.descriptionA description of the preset (maximum 255 characters)nameThe name of the preset. (maximum 40 characters)regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.thumbnailsThumbnail parameters object (documented below)typeOptional.videoVideo parameters object (documented below)videoCodecOptionsCodec options for the video parametersvideoWatermarksWatermark 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, andwebm.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