Interface CfnFlow.SourcePriorityProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFlow.SourcePriorityProperty.Jsii$Proxy
Enclosing class:
CfnFlow

@Stability(Stable) public static interface CfnFlow.SourcePriorityProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.mediaconnect.*;
 SourcePriorityProperty sourcePriorityProperty = SourcePriorityProperty.builder()
         .primarySource("primarySource")
         .build();