Class CfnApplication.JSONMappingParametersProperty
For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.
Inheritance
Namespace: Amazon.CDK.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class JSONMappingParametersProperty : Object, CfnApplication.IJSONMappingParametersProperty
Syntax (vb)
Public Class JSONMappingParametersProperty
Inherits Object
Implements CfnApplication.IJSONMappingParametersProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.KinesisAnalyticsV2;
var jSONMappingParametersProperty = new JSONMappingParametersProperty {
RecordRowPath = "recordRowPath"
};
Synopsis
Constructors
JSONMapping |
Properties
Record |
The path to the top-level parent that contains the records. |
Constructors
JSONMappingParametersProperty()
public JSONMappingParametersProperty()
Properties
RecordRowPath
The path to the top-level parent that contains the records.
public string RecordRowPath { get; set; }
Property Value
System.