Class CfnApplicationV2.RecordFormatProperty
For a SQL-based Kinesis Data Analytics application, describes the record format and relevant mapping information that should be applied to schematize the records on the stream.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.KinesisAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RecordFormatProperty : Object, CfnApplicationV2.IRecordFormatProperty
Syntax (vb)
Public Class RecordFormatProperty
Inherits Object
Implements CfnApplicationV2.IRecordFormatProperty
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 recordFormatProperty = new RecordFormatProperty {
RecordFormatType = "recordFormatType",
// the properties below are optional
MappingParameters = new MappingParametersProperty {
CsvMappingParameters = new CSVMappingParametersProperty {
RecordColumnDelimiter = "recordColumnDelimiter",
RecordRowDelimiter = "recordRowDelimiter"
},
JsonMappingParameters = new JSONMappingParametersProperty {
RecordRowPath = "recordRowPath"
}
}
};
Synopsis
Constructors
Record |
Properties
Mapping |
When you configure application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source. |
Record |
The type of record format. |
Constructors
RecordFormatProperty()
public RecordFormatProperty()
Properties
MappingParameters
When you configure application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
public object MappingParameters { get; set; }
Property Value
System.
Remarks
RecordFormatType
The type of record format.
public string RecordFormatType { get; set; }
Property Value
System.