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
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.
SourcePriority' | |
|
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.