| 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.SourcePriority
Description
Synopsis
Documentation
data 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.
See: newSourcePriority smart constructor.
Constructors
| SourcePriority' | |
Fields
| |
Instances
newSourcePriority :: SourcePriority Source #
Create a value of SourcePriority 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:primarySource:SourcePriority', sourcePriority_primarySource - The name of the source you choose as the primary source for this flow.
sourcePriority_primarySource :: Lens' SourcePriority (Maybe Text) Source #
The name of the source you choose as the primary source for this flow.