Amazon Kinesis Data Analytics ApplicationReferenceDataSource RecordColumn
The
RecordColumn property type specifies the mapping of each data element in the streaming source
to the corresponding column in the in-application stream.
RecordColumn is a property of the ReferenceSchema resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Mapping-
The reference to the data element in the streaming input of the reference data source.
Required: No
Type: String;
Update requires: No interruption
Name-
The name of the column created in the in-application input stream or reference table.
Required: Yes
Type: String;
Update requires: No interruption
SqlType-
The SQL data type of the column created in the in-application input stream or reference table.
Required: Yes
Type: String;
Update requires: No interruption
