Class CfnBridge.SourcePriorityProperty
The priority you want to assign to a source.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SourcePriorityProperty : Object, CfnBridge.ISourcePriorityProperty
Syntax (vb)
Public Class SourcePriorityProperty
Inherits Object
Implements CfnBridge.ISourcePriorityProperty
Remarks
You can have a primary stream and a backup stream or two equally prioritized streams. This setting only applies when Failover Mode is set to FAILOVER.
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.MediaConnect;
var sourcePriorityProperty = new SourcePriorityProperty {
PrimarySource = "primarySource"
};
Synopsis
Constructors
Source |
Properties
Primary |
The name of the source you choose as the primary source for this flow. |
Constructors
SourcePriorityProperty()
public SourcePriorityProperty()
Properties
PrimarySource
The name of the source you choose as the primary source for this flow.
public string PrimarySource { get; set; }
Property Value
System.