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 configure the application input, you specify the streaming source, the in-application stream name that is created, and the mapping between the two. For more information, see Configuring Application Input.

Inheritance Hierarchy

System.Object
  Amazon.KinesisAnalytics.Model.Input

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

Syntax

C#
public class Input

The Input type exposes the following members

Constructors

NameDescription
Public Method Input()

Properties

NameTypeDescription
Public Property InputParallelism Amazon.KinesisAnalytics.Model.InputParallelism

Gets and sets the property InputParallelism.

Describes the number of in-application streams to create.

Data from your source is routed to these in-application input streams.

(see Configuring Application Input.

Public Property InputProcessingConfiguration Amazon.KinesisAnalytics.Model.InputProcessingConfiguration

Gets and sets the property InputProcessingConfiguration.

The InputProcessingConfiguration for the input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

Public Property InputSchema Amazon.KinesisAnalytics.Model.SourceSchema

Gets and sets the property InputSchema.

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

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

Public Property KinesisFirehoseInput Amazon.KinesisAnalytics.Model.KinesisFirehoseInput

Gets and sets the property KinesisFirehoseInput.

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

Public Property KinesisStreamsInput Amazon.KinesisAnalytics.Model.KinesisStreamsInput

Gets and sets the property KinesisStreamsInput.

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

Public Property NamePrefix System.String

Gets and sets the property NamePrefix.

Name prefix to use when creating an in-application stream. Suppose that you specify a prefix "MyInApplicationStream." Amazon Kinesis Analytics then creates one or more (as per the InputParallelism count you specified) in-application streams with names "MyInApplicationStream_001," "MyInApplicationStream_002," and so on.

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