Class FailoverMode
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.FailoverMode
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-31T10:49:55.142Z")
@Stability(Experimental)
public class FailoverMode
extends software.amazon.jsii.JsiiObject
(experimental) Failover Mode.
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.alpha.*;
FailoverMode failoverMode = FailoverMode.of("value");
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FailoverMode(experimental) FAILOVER allows switching between different streams.static final FailoverMode(experimental) MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFailoverMode(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedFailoverMode(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
FAILOVER
(experimental) FAILOVER allows switching between different streams. -
MERGE
(experimental) MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss.
-
-
Constructor Details
-
FailoverMode
protected FailoverMode(software.amazon.jsii.JsiiObjectRef objRef) -
FailoverMode
protected FailoverMode(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details