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.

When you update a reference data source configuration for an application, this object provides all the updated values (such as the source bucket name and object key name), the in-application table name that is created, and updated mapping information that maps the data in the Amazon S3 object to the in-application reference table that is created.

Inheritance Hierarchy

System.Object
  Amazon.KinesisAnalytics.Model.ReferenceDataSourceUpdate

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

Syntax

C#
public class ReferenceDataSourceUpdate

The ReferenceDataSourceUpdate type exposes the following members

Constructors

NameDescription
Public Method ReferenceDataSourceUpdate()

Properties

NameTypeDescription
Public Property ReferenceId System.String

Gets and sets the property ReferenceId.

ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

Public Property ReferenceSchemaUpdate Amazon.KinesisAnalytics.Model.SourceSchema

Gets and sets the property ReferenceSchemaUpdate.

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 S3ReferenceDataSourceUpdate Amazon.KinesisAnalytics.Model.S3ReferenceDataSourceUpdate

Gets and sets the property S3ReferenceDataSourceUpdate.

Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

Public Property TableNameUpdate System.String

Gets and sets the property TableNameUpdate.

In-application table name that is created by this update.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5