| 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 |
Amazonka.MediaLive.Types.InputPreference
Description
Synopsis
- newtype InputPreference where
Documentation
newtype InputPreference Source #
Input preference when deciding which input to make active when a previously failed input has recovered. If \"EQUAL_INPUT_PREFERENCE\", then the active input will stay active as long as it is healthy. If \"PRIMARY_INPUT_PREFERRED\", then always switch back to the primary input when it is healthy.
Constructors
| InputPreference' | |
Fields | |
Bundled Patterns
| pattern InputPreference_EQUAL_INPUT_PREFERENCE :: InputPreference | |
| pattern InputPreference_PRIMARY_INPUT_PREFERRED :: InputPreference |