class Aws::KinesisAnalyticsV2::Types::RecordColumn

For a SQL-based Kinesis Data Analytics application, describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.

Also used to describe the format of the reference data source.

@note When making an API call, you may pass RecordColumn

data as a hash:

    {
      name: "RecordColumnName", # required
      mapping: "RecordColumnMapping",
      sql_type: "RecordColumnSqlType", # required
    }

@!attribute [rw] name

The name of the column that is created in the in-application input
stream or reference table.
@return [String]

@!attribute [rw] mapping

A reference to the data element in the streaming input or the
reference data source.
@return [String]

@!attribute [rw] sql_type

The type of column created in the in-application input stream or
reference table.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/RecordColumn AWS API Documentation

Constants

SENSITIVE