Amazon Kinesis Data Analytics ApplicationReferenceDataSource JSONMappingParameters
Provides additional mapping information when JSON is the record format on the streaming source.
JSONMappingParameters is a property of the MappingParameters parameter.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "RecordRowPath" :String}
YAML
RecordRowPath:String
Properties
RecordRowPath-
Path to the top-level parent that contains the records (e.g., "$".)
Required: Yes
Type: String;
Update requires: No interruption
