Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data UpdateFailoverConfig = UpdateFailoverConfig' {}
- newUpdateFailoverConfig :: UpdateFailoverConfig
- updateFailoverConfig_state :: Lens' UpdateFailoverConfig (Maybe State)
- updateFailoverConfig_recoveryWindow :: Lens' UpdateFailoverConfig (Maybe Int)
- updateFailoverConfig_sourcePriority :: Lens' UpdateFailoverConfig (Maybe SourcePriority)
- updateFailoverConfig_failoverMode :: Lens' UpdateFailoverConfig (Maybe FailoverMode)
Documentation
data UpdateFailoverConfig Source #
The settings for source failover
See: newUpdateFailoverConfig
smart constructor.
UpdateFailoverConfig' | |
|
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:state:UpdateFailoverConfig'
, updateFailoverConfig_state
- Undocumented member.
$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: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.
updateFailoverConfig_state :: Lens' UpdateFailoverConfig (Maybe State) Source #
Undocumented member.
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_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.