A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/MediaLive/Types/AutomaticInputFailoverSettings.html below:

AutomaticInputFailoverSettings — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::AutomaticInputFailoverSettings
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing AutomaticInputFailoverSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  error_clear_time_msec: 1,
  failover_conditions: [
    {
      failover_condition_settings: {
        input_loss_settings: {
          input_loss_threshold_msec: 1,
        },
      },
    },
  ],
  input_preference: "EQUAL_INPUT_PREFERENCE",   secondary_input_id: "__string", }

The settings for Automatic Input Failover.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #error_clear_time_msec ⇒ Integer

This clear time defines the requirement a recovered input must meet to be considered healthy. The input must have no failover conditions for this length of time. Enter a time in milliseconds. This value is particularly important if the input_preference for the failover pair is set to PRIMARY_INPUT_PREFERRED, because after this time, MediaLive will switch back to the primary input.

#failover_conditions ⇒ Array<Types::FailoverCondition>

A list of failover conditions. If any of these conditions occur, MediaLive will perform a failover to the other input.

#input_preference ⇒ String

Input preference when deciding which input to make active when a previously failed input has recovered.

Possible values:

#secondary_input_id ⇒ String

The input ID of the secondary input in the automatic input failover pair.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4