Class PresetState
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 PresetState : ResourceArgs
Constructors
View SourcePresetState()
Declaration
public PresetState()
Properties
View SourceArn
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Audio
Audio parameters object (documented below).
Declaration
public Input<PresetAudioGetArgs> Audio { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PresetAudioGetArgs> |
AudioCodecOptions
Codec options for the audio parameters (documented below)
Declaration
public Input<PresetAudioCodecOptionsGetArgs> AudioCodecOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PresetAudioCodecOptionsGetArgs> |
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<PresetThumbnailsGetArgs> Thumbnails { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PresetThumbnailsGetArgs> |
Type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Video
Video parameters object (documented below)
Declaration
public Input<PresetVideoGetArgs> Video { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PresetVideoGetArgs> |
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<PresetVideoWatermarkGetArgs> VideoWatermarks { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PresetVideoWatermarkGetArgs> |