Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogramservicedescriptor.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogramservicedescriptor.html#cfn-medialive-multiplexprogram-multiplexprogramservicedescriptor-providername

ServiceName

Name of the service.

string? ServiceName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-multiplexprogram-multiplexprogramservicedescriptor.html#cfn-medialive-multiplexprogram-multiplexprogramservicedescriptor-servicename

Back to top Generated by DocFX