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

    Fields
    Modifier and Type
    Field
    Description
    static 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

    Constructors
    Modifier
    Constructor
    Description
    protected
    FailoverMode(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    FailoverMode(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) The failover mode string value.
    of(String value)
    (experimental) Use a custom failover mode value.
    (experimental) Returns the string value.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Field Details

    • FAILOVER

      @Stability(Experimental) public static final FailoverMode FAILOVER
      (experimental) FAILOVER allows switching between different streams.
    • MERGE

      @Stability(Experimental) public static final FailoverMode 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

    • of

      @Stability(Experimental) @NotNull public static FailoverMode of(@NotNull String value)
      (experimental) Use a custom failover mode value.

      Parameters:
      value - The failover mode string value. This parameter is required.
    • toString

      @Stability(Experimental) @NotNull public String toString()
      (experimental) Returns the string value.
      Overrides:
      toString in class Object
    • getValue

      @Stability(Experimental) @NotNull public String getValue()
      (experimental) The failover mode string value.