Show / Hide Table of Contents

Interface CfnFlowPropsMixin.ISourcePriorityProperty

The priority you want to assign to a source.

Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFlowPropsMixin.ISourcePriorityProperty
Syntax (vb)
Public Interface CfnFlowPropsMixin.ISourcePriorityProperty
Remarks

You can have a primary stream and a backup stream or two equally prioritized streams.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-sourcepriority.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.MediaConnect.Mixins;

             var sourcePriorityProperty = new SourcePriorityProperty {
                 PrimarySource = "primarySource"
             };

Synopsis

Properties

PrimarySource

The name of the source you choose as the primary source for this flow.

Properties

PrimarySource

The name of the source you choose as the primary source for this flow.

string? PrimarySource { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-sourcepriority.html#cfn-mediaconnect-flow-sourcepriority-primarysource

Back to top Generated by DocFX