AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the reference data source configured for an application.

Inheritance Hierarchy

System.Object
  Amazon.KinesisAnalytics.Model.ReferenceDataSourceDescription

Namespace: Amazon.KinesisAnalytics.Model
Assembly: AWSSDK.KinesisAnalytics.dll
Version: 3.x.y.z

Syntax

C#
public class ReferenceDataSourceDescription

The ReferenceDataSourceDescription type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ReferenceId System.String

Gets and sets the property ReferenceId.

ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

Public Property ReferenceSchema Amazon.KinesisAnalytics.Model.SourceSchema

Gets and sets the property ReferenceSchema.

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.

Public Property S3ReferenceDataSourceDescription Amazon.KinesisAnalytics.Model.S3ReferenceDataSourceDescription

Gets and sets the property S3ReferenceDataSourceDescription.

Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

Public Property TableName System.String

Gets and sets the property TableName.

The in-application table name created by the specific reference data source configuration.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5