Show / Hide Table of Contents

Class CfnMultiplexprogram.MultiplexProgramServiceDescriptorProperty

Transport stream service descriptor configuration for the Multiplex program.

Inheritance
object
CfnMultiplexprogram.MultiplexProgramServiceDescriptorProperty
Implements
CfnMultiplexprogram.IMultiplexProgramServiceDescriptorProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMultiplexprogram.MultiplexProgramServiceDescriptorProperty : CfnMultiplexprogram.IMultiplexProgramServiceDescriptorProperty
Syntax (vb)
Public Class CfnMultiplexprogram.MultiplexProgramServiceDescriptorProperty Implements CfnMultiplexprogram.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.AWS.MediaLive;

             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

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.AWS.MediaLive;

             var multiplexProgramServiceDescriptorProperty = new MultiplexProgramServiceDescriptorProperty {
                 ProviderName = "providerName",
                 ServiceName = "serviceName"
             };

Properties

ProviderName

Name of the provider.

public string ProviderName { get; set; }
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.

public string ServiceName { get; set; }
Property Value

string

Remarks

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

Implements

CfnMultiplexprogram.IMultiplexProgramServiceDescriptorProperty
Back to top Generated by DocFX