Class CfnApplication.JSONMappingParametersProperty
Provides additional mapping information when JSON is the record format on the streaming source.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.KinesisAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnApplication.JSONMappingParametersProperty : CfnApplication.IJSONMappingParametersProperty
Syntax (vb)
Public Class CfnApplication.JSONMappingParametersProperty 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.KinesisAnalytics;
var jSONMappingParametersProperty = new JSONMappingParametersProperty {
RecordRowPath = "recordRowPath"
};
Synopsis
Constructors
JSONMappingParametersProperty() | Provides additional mapping information when JSON is the record format on the streaming source. |
Properties
RecordRowPath | Path to the top-level parent that contains the records. |
Constructors
JSONMappingParametersProperty()
Provides additional mapping information when JSON is the record format on the streaming source.
public JSONMappingParametersProperty()
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.KinesisAnalytics;
var jSONMappingParametersProperty = new JSONMappingParametersProperty {
RecordRowPath = "recordRowPath"
};
Properties
RecordRowPath
Path to the top-level parent that contains the records.
public string RecordRowPath { get; set; }