| 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.KinesisAnalytics.Types.JSONMappingParameters
Description
Documentation
data JSONMappingParameters Source #
Provides additional mapping information when JSON is the record format on the streaming source.
See: newJSONMappingParameters smart constructor.
Constructors
| JSONMappingParameters' | |
Fields
| |
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.