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 |
Documentation
data JSONMappingParameters Source #
Provides additional mapping information when JSON is the record format on the streaming source.
See: newJSONMappingParameters
smart constructor.
JSONMappingParameters' | |
|
Instances
newJSONMappingParameters Source #
Create a value of JSONMappingParameters
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:recordRowPath:JSONMappingParameters'
, jSONMappingParameters_recordRowPath
- Path to the top-level parent that contains the records.
jSONMappingParameters_recordRowPath :: Lens' JSONMappingParameters Text Source #
Path to the top-level parent that contains the records.