Interface CfnMultiplexprogramPropsMixin.IMultiplexProgramServiceDescriptorProperty
Transport stream service descriptor configuration for the Multiplex program.
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnMultiplexprogramPropsMixin.IMultiplexProgramServiceDescriptorProperty
Syntax (vb)
Public Interface 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
Properties
| ProviderName | Name of the provider. |
| ServiceName | Name of the service. |
Properties
ProviderName
Name of the provider.
string? ProviderName { get; }
Property Value
Remarks
ServiceName
Name of the service.
string? ServiceName { get; }