Show / Hide Table of Contents

Interface IMultiplexprogramReference

A reference to a Multiplexprogram resource.

Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMultiplexprogramReference
Syntax (vb)
Public Interface IMultiplexprogramReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.MediaLive;

            var multiplexprogramReference = new MultiplexprogramReference {
                MultiplexId = "multiplexId",
                ProgramName = "programName"
            };

Synopsis

Properties

MultiplexId

The MultiplexId of the Multiplexprogram resource.

ProgramName

The ProgramName of the Multiplexprogram resource.

Properties

MultiplexId

The MultiplexId of the Multiplexprogram resource.

string MultiplexId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

ProgramName

The ProgramName of the Multiplexprogram resource.

string ProgramName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX