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

Class: Aws::MediaLive::Types::FailoverConditionSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

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

{
  input_loss_settings: {
    input_loss_threshold_msec: 1,
  },
}

Settings for one failover condition.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#input_loss_settingsTypes::InputLossFailoverSettings

MediaLive will perform a failover if content is not detected in this input for the specified period.

Returns: