AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource RecordColumn - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource 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.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Mapping" : String, "Name" : String, "SqlType" : String }

YAML

Mapping: String Name: String SqlType: String

Properties

Mapping

A reference to the data element in the streaming input or the reference data source.

Required: No

Type: String

Minimum: 0

Maximum: 65535

Update requires: No interruption

Name

The name of the column that is created in the in-application input stream or reference table.

Required: Yes

Type: String

Pattern: [^-\s<>&]*

Minimum: 1

Maximum: 256

Update requires: No interruption

SqlType

The type of column created in the in-application input stream or reference table.

Required: Yes

Type: String

Minimum: 1

Maximum: 100

Update requires: No interruption

See also

  • RecordColumn in the Amazon Kinesis Data Analytics API Reference