Class CfnMultiplexprogram.MultiplexProgramServiceDescriptorProperty
Transport stream service descriptor configuration for the Multiplex program.
Inheritance
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MultiplexProgramServiceDescriptorProperty : Object, CfnMultiplexprogram.IMultiplexProgramServiceDescriptorProperty
Syntax (vb)
Public Class MultiplexProgramServiceDescriptorProperty
Inherits Object
Implements CfnMultiplexprogram.IMultiplexProgramServiceDescriptorProperty
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 multiplexProgramServiceDescriptorProperty = new MultiplexProgramServiceDescriptorProperty {
ProviderName = "providerName",
ServiceName = "serviceName"
};
Synopsis
Constructors
Multiplex |
Properties
Provider |
Name of the provider. |
Service |
Name of the service. |
Constructors
MultiplexProgramServiceDescriptorProperty()
public MultiplexProgramServiceDescriptorProperty()
Properties
ProviderName
Name of the provider.
public string ProviderName { get; set; }
Property Value
System.
Remarks
ServiceName
Name of the service.
public string ServiceName { get; set; }
Property Value
System.