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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFlow.SourcePriorityProperty
static final class
An implementation forCfnFlow.SourcePriorityProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The name of the source you choose as the primary source for this flow.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
-