Show / Hide Table of Contents

Class Output

(experimental) Represents an output within an output group.

Inheritance
object
Output
Namespace: Amazon.CDK.AWS.MediaLive.Alpha
Assembly: Amazon.CDK.AWS.MediaLive.Alpha.dll
Syntax (csharp)
public abstract class Output : DeputyBase
Syntax (vb)
Public MustInherit Class Output Inherits DeputyBase
Remarks

Each output group type has its own Output subclass that knows how to render its output settings.

Stability: Experimental

Synopsis

Constructors

Output(string)

(experimental) Represents an output within an output group.

Properties

OutputName

(experimental) Represents an output within an output group.

Constructors

Output(string)

(experimental) Represents an output within an output group.

protected Output(string outputName)
Parameters
outputName string
Remarks

Stability: Experimental

Internal: true

Properties

OutputName

(experimental) Represents an output within an output group.

protected virtual string OutputName { get; }
Property Value

string

Remarks

Stability: Experimental

Back to top Generated by DocFX