Show / Hide Table of Contents

Interface CfnApplicationReferenceDataSourcePropsMixin.IRecordColumnProperty

Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.

Namespace: Amazon.CDK.Mixins.Preview.AWS.KinesisAnalytics.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnApplicationReferenceDataSourcePropsMixin.IRecordColumnProperty
Syntax (vb)
Public Interface CfnApplicationReferenceDataSourcePropsMixin.IRecordColumnProperty
Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordcolumn.html

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.Mixins.Preview.AWS.KinesisAnalytics.Mixins;

             var recordColumnProperty = new RecordColumnProperty {
                 Mapping = "mapping",
                 Name = "name",
                 SqlType = "sqlType"
             };

Synopsis

Properties

Mapping

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

Name

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

SqlType

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

Properties

Mapping

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

string? Mapping { get; }
Property Value

string

Remarks

This element is required if the RecordFormatType is JSON .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordcolumn.html#cfn-kinesisanalytics-applicationreferencedatasource-recordcolumn-mapping

Name

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

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordcolumn.html#cfn-kinesisanalytics-applicationreferencedatasource-recordcolumn-name

SqlType

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

string? SqlType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalytics-applicationreferencedatasource-recordcolumn.html#cfn-kinesisanalytics-applicationreferencedatasource-recordcolumn-sqltype

Back to top Generated by DocFX