Interface CfnBridgePropsMixin.SourcePriorityProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBridgePropsMixin.SourcePriorityProperty.Jsii$Proxy
- Enclosing class:
CfnBridgePropsMixin
@Stability(Stable)
public static interface CfnBridgePropsMixin.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.cfnpropertymixins.services.mediaconnect.*;
SourcePriorityProperty sourcePriorityProperty = SourcePriorityProperty.builder()
.primarySource("primarySource")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBridgePropsMixin.SourcePriorityPropertystatic final classAn implementation forCfnBridgePropsMixin.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
-