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