| 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.UpdateFailoverConfig
Description
Synopsis
- data UpdateFailoverConfig = UpdateFailoverConfig' {}
- newUpdateFailoverConfig :: UpdateFailoverConfig
- updateFailoverConfig_failoverMode :: Lens' UpdateFailoverConfig (Maybe FailoverMode)
- updateFailoverConfig_recoveryWindow :: Lens' UpdateFailoverConfig (Maybe Int)
- updateFailoverConfig_sourcePriority :: Lens' UpdateFailoverConfig (Maybe SourcePriority)
- updateFailoverConfig_state :: Lens' UpdateFailoverConfig (Maybe State)
Documentation
data UpdateFailoverConfig Source #
The settings for source failover.
See: newUpdateFailoverConfig smart constructor.
Constructors
| UpdateFailoverConfig' | |
Fields
| |
Instances
newUpdateFailoverConfig :: UpdateFailoverConfig Source #
Create a value of UpdateFailoverConfig 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:UpdateFailoverConfig', updateFailoverConfig_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:UpdateFailoverConfig', updateFailoverConfig_recoveryWindow - Recovery window time to look for dash-7 packets
$sel:sourcePriority:UpdateFailoverConfig', updateFailoverConfig_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:UpdateFailoverConfig', updateFailoverConfig_state - Undocumented member.
updateFailoverConfig_failoverMode :: Lens' UpdateFailoverConfig (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.
updateFailoverConfig_recoveryWindow :: Lens' UpdateFailoverConfig (Maybe Int) Source #
Recovery window time to look for dash-7 packets
updateFailoverConfig_sourcePriority :: Lens' UpdateFailoverConfig (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.
updateFailoverConfig_state :: Lens' UpdateFailoverConfig (Maybe State) Source #
Undocumented member.