Interface CfnBridge.SourcePriorityProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBridge.SourcePriorityProperty.Jsii$Proxy
- Enclosing class:
CfnBridge
@Stability(Stable)
public static interface CfnBridge.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.
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBridge.SourcePriorityPropertystatic final classAn implementation forCfnBridge.SourcePriorityProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPrimarySource
The name of the source you choose as the primary source for this flow.- See Also:
-
builder
-