Show / Hide Table of Contents

Class CfnBridge.SourcePriorityProperty

The priority you want to assign to a source.

Inheritance
object
CfnBridge.SourcePriorityProperty
Implements
CfnBridge.ISourcePriorityProperty
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.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBridge.SourcePriorityProperty : CfnBridge.ISourcePriorityProperty
Syntax (vb)
Public Class CfnBridge.SourcePriorityProperty Implements CfnBridge.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-bridge-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.AWS.MediaConnect;

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

Synopsis

Constructors

SourcePriorityProperty()

The priority you want to assign to a source.

Properties

PrimarySource

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

Constructors

SourcePriorityProperty()

The priority you want to assign to a source.

public SourcePriorityProperty()
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-bridge-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.AWS.MediaConnect;

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

Properties

PrimarySource

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

public string? PrimarySource { get; set; }
Property Value

string

Remarks

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

Implements

CfnBridge.ISourcePriorityProperty
Back to top Generated by DocFX