Show / Hide Table of Contents

Class PresetState

Inheritance
System.Object
InputArgs
ResourceArgs
PresetState
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 PresetState : ResourceArgs

Constructors

View Source

PresetState()

Declaration
public PresetState()

Properties

View Source

Arn

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

Audio

Audio parameters object (documented below).

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

AudioCodecOptions

Codec options for the audio parameters (documented below)

Declaration
public Input<PresetAudioCodecOptionsGetArgs> AudioCodecOptions { get; set; }
Property Value
Type Description
Input<PresetAudioCodecOptionsGetArgs>
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<PresetThumbnailsGetArgs> Thumbnails { get; set; }
Property Value
Type Description
Input<PresetThumbnailsGetArgs>
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<PresetVideoGetArgs> Video { get; set; }
Property Value
Type Description
Input<PresetVideoGetArgs>
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<PresetVideoWatermarkGetArgs> VideoWatermarks { get; set; }
Property Value
Type Description
InputList<PresetVideoWatermarkGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.