| 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.MediaConnect.Types.FailoverConfig
Description
Synopsis
- data FailoverConfig = FailoverConfig' {}
- newFailoverConfig :: FailoverConfig
- failoverConfig_failoverMode :: Lens' FailoverConfig (Maybe FailoverMode)
- failoverConfig_recoveryWindow :: Lens' FailoverConfig (Maybe Int)
- failoverConfig_sourcePriority :: Lens' FailoverConfig (Maybe SourcePriority)
- failoverConfig_state :: Lens' FailoverConfig (Maybe State)
Documentation
data FailoverConfig Source #
The settings for source failover.
See: newFailoverConfig smart constructor.
Constructors
| FailoverConfig' | |
Fields
| |
Instances
newFailoverConfig :: FailoverConfig Source #
Create a value of FailoverConfig 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:failoverMode:FailoverConfig', failoverConfig_failoverMode - The type of failover you choose for this flow. MERGE combines the source
streams into a single stream, allowing graceful recovery from any
single-source loss. FAILOVER allows switching between different streams.
$sel:recoveryWindow:FailoverConfig', failoverConfig_recoveryWindow - Search window time to look for dash-7 packets
$sel:sourcePriority:FailoverConfig', failoverConfig_sourcePriority - The priority you want to assign to a source. You can have a primary
stream and a backup stream or two equally prioritized streams.
$sel:state:FailoverConfig', failoverConfig_state - Undocumented member.
failoverConfig_failoverMode :: Lens' FailoverConfig (Maybe FailoverMode) Source #
The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.
failoverConfig_recoveryWindow :: Lens' FailoverConfig (Maybe Int) Source #
Search window time to look for dash-7 packets
failoverConfig_sourcePriority :: Lens' FailoverConfig (Maybe SourcePriority) Source #
The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
failoverConfig_state :: Lens' FailoverConfig (Maybe State) Source #
Undocumented member.