interface SourcePriorityProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaConnect.CfnFlow.SourcePriorityProperty |
![]() | software.amazon.awscdk.services.mediaconnect.CfnFlow.SourcePriorityProperty |
![]() | aws_cdk.aws_mediaconnect.CfnFlow.SourcePriorityProperty |
![]() | @aws-cdk/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 * as mediaconnect from '@aws-cdk/aws-mediaconnect';
const sourcePriorityProperty: mediaconnect.CfnFlow.SourcePriorityProperty = {
primarySource: 'primarySource',
};
Properties
Name | Type | Description |
---|---|---|
primary | string | The 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.