Show / Hide Table of Contents

Class CfnMultiplexprogramPropsMixin.MultiplexProgramServiceDescriptorProperty

Transport stream service descriptor configuration for the Multiplex program.

Inheritance
object
CfnMultiplexprogramPropsMixin.MultiplexProgramServiceDescriptorProperty
Implements
CfnMultiplexprogramPropsMixin.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.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

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

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.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

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

CfnMultiplexprogramPropsMixin.IMultiplexProgramServiceDescriptorProperty
Back to top Generated by DocFX