aws-cdk-lib.aws_mediaconnect.CfnFlow.SourcePriorityProperty

interface SourcePriorityProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaConnect.CfnFlow.SourcePriorityProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnFlow_SourcePriorityProperty
Javasoftware.amazon.awscdk.services.mediaconnect.CfnFlow.SourcePriorityProperty
Pythonaws_cdk.aws_mediaconnect.CfnFlow.SourcePriorityProperty
TypeScript aws-cdk-lib » aws_mediaconnect » CfnFlow » SourcePriorityProperty

The priority you want to assign to a source.

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.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediaconnect as mediaconnect } from 'aws-cdk-lib';
const sourcePriorityProperty: mediaconnect.CfnFlow.SourcePriorityProperty = {
  primarySource: 'primarySource',
};

Properties

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

primarySource

Type: string

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