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