Class PresetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ElasticTranscoder
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PresetArgs : ResourceArgs
Constructors
View SourcePresetArgs()
Declaration
public PresetArgs()
Properties
View SourceAudio
Audio parameters object (documented below).
Declaration
public Input<PresetAudioArgs> Audio { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PresetAudioArgs> |
AudioCodecOptions
Codec options for the audio parameters (documented below)
Declaration
public Input<PresetAudioCodecOptionsArgs> AudioCodecOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PresetAudioCodecOptionsArgs> |
Container
The container type for the output file. Valid values are flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.
Declaration
public Input<string> Container { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
A description of the preset (maximum 255 characters)
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the preset. (maximum 40 characters)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Thumbnails
Thumbnail parameters object (documented below)
Declaration
public Input<PresetThumbnailsArgs> Thumbnails { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PresetThumbnailsArgs> |
Type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Video
Video parameters object (documented below)
Declaration
public Input<PresetVideoArgs> Video { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PresetVideoArgs> |
VideoCodecOptions
Codec options for the video parameters
Declaration
public InputMap<object> VideoCodecOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
VideoWatermarks
Watermark parameters for the video parameters (documented below)
Declaration
public InputList<PresetVideoWatermarkArgs> VideoWatermarks { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PresetVideoWatermarkArgs> |