You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::JSONMappingParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::JSONMappingParameters
- Defined in:
- (unknown)
Overview
Note:
When passing JSONMappingParameters as input to an Aws::Client method, you can use a vanilla Hash:
{
record_row_path: "RecordRowPath", # required
}
For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.
Returned by:
Instance Attribute Summary collapse
-
#record_row_path ⇒ String
The path to the top-level parent that contains the records.
Instance Attribute Details
#record_row_path ⇒ String
The path to the top-level parent that contains the records.