Show / Hide Table of Contents

Class PresetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PresetArgs
Inherited Members
ResourceArgs.Empty
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 Source

PresetArgs()

Declaration
public PresetArgs()

Properties

View Source

Audio

Audio parameters object (documented below).

Declaration
public Input<PresetAudioArgs> Audio { get; set; }
Property Value
Type Description
Input<PresetAudioArgs>
View Source

AudioCodecOptions

Codec options for the audio parameters (documented below)

Declaration
public Input<PresetAudioCodecOptionsArgs> AudioCodecOptions { get; set; }
Property Value
Type Description
Input<PresetAudioCodecOptionsArgs>
View Source

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>
View Source

Description

A description of the preset (maximum 255 characters)

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the preset. (maximum 40 characters)

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Thumbnails

Thumbnail parameters object (documented below)

Declaration
public Input<PresetThumbnailsArgs> Thumbnails { get; set; }
Property Value
Type Description
Input<PresetThumbnailsArgs>
View Source

Type

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Video

Video parameters object (documented below)

Declaration
public Input<PresetVideoArgs> Video { get; set; }
Property Value
Type Description
Input<PresetVideoArgs>
View Source

VideoCodecOptions

Codec options for the video parameters

Declaration
public InputMap<object> VideoCodecOptions { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

VideoWatermarks

Watermark parameters for the video parameters (documented below)

Declaration
public InputList<PresetVideoWatermarkArgs> VideoWatermarks { get; set; }
Property Value
Type Description
InputList<PresetVideoWatermarkArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.