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
Dataflow details for the source side.
See: newSource
smart constructor.
Source' | |
|
Instances
Create a value of Source
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:dataflowSourceRegion:Source'
, source_dataflowSourceRegion
- Region of a dataflow source.
$sel:configId:Source'
, source_configId
- UUID of a Config
.
$sel:configType:Source'
, source_configType
- Type of a Config
.
$sel:configDetails:Source'
, source_configDetails
- Additional details for a Config
, if type is dataflow endpoint or
antenna demod decode.
source_configType :: Lens' Source (Maybe ConfigCapabilityType) Source #
Type of a Config
.
source_configDetails :: Lens' Source (Maybe ConfigDetails) Source #
Additional details for a Config
, if type is dataflow endpoint or
antenna demod decode.