interface SourcePriorityProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins.CfnBridgePropsMixin.SourcePriorityProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediaconnect/mixins#CfnBridgePropsMixin_SourcePriorityProperty |
Java | software.amazon.awscdk.mixins.preview.services.mediaconnect.mixins.CfnBridgePropsMixin.SourcePriorityProperty |
Python | aws_cdk.mixins_preview.aws_mediaconnect.mixins.CfnBridgePropsMixin.SourcePriorityProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mediaconnect » mixins » CfnBridgePropsMixin » 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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as mediaconnect_mixins } from '@aws-cdk/mixins-preview/aws-mediaconnect';
const sourcePriorityProperty: mediaconnect_mixins.CfnBridgePropsMixin.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
(optional)
The name of the source you choose as the primary source for this flow.

.NET
Go
Java
Python
TypeScript