| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaLive.Types.InputLossFailoverSettings
Description
Documentation
data InputLossFailoverSettings Source #
MediaLive will perform a failover if content is not detected in this input for the specified period.
See: newInputLossFailoverSettings smart constructor.
Constructors
| InputLossFailoverSettings' | |
Fields
| |
Instances
newInputLossFailoverSettings :: InputLossFailoverSettings Source #
Create a value of InputLossFailoverSettings with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:inputLossThresholdMsec:InputLossFailoverSettings', inputLossFailoverSettings_inputLossThresholdMsec - The amount of time (in milliseconds) that no input is detected. After
that time, an input failover will occur.
inputLossFailoverSettings_inputLossThresholdMsec :: Lens' InputLossFailoverSettings (Maybe Natural) Source #
The amount of time (in milliseconds) that no input is detected. After that time, an input failover will occur.