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 application input configuration. For more information, see Configuring Application Input.

Inheritance Hierarchy

System.Object
  Amazon.KinesisAnalytics.Model.InputDescription

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

Syntax

C#
public class InputDescription

The InputDescription type exposes the following members

Constructors

NameDescription
Public Method InputDescription()

Properties

NameTypeDescription
Public Property InAppStreamNames System.Collections.Generic.List<System.String>

Gets and sets the property InAppStreamNames.

Returns the in-application stream names that are mapped to the stream source.

Public Property InputId System.String

Gets and sets the property InputId.

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

Public Property InputParallelism Amazon.KinesisAnalytics.Model.InputParallelism

Gets and sets the property InputParallelism.

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

Public Property InputProcessingConfigurationDescription Amazon.KinesisAnalytics.Model.InputProcessingConfigurationDescription

Gets and sets the property InputProcessingConfigurationDescription.

The description of the preprocessor that executes on records in this input before the application's code is run.

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.

Public Property InputStartingPositionConfiguration Amazon.KinesisAnalytics.Model.InputStartingPositionConfiguration

Gets and sets the property InputStartingPositionConfiguration.

Point at which the application is configured to read from the input stream.

Public Property KinesisFirehoseInputDescription Amazon.KinesisAnalytics.Model.KinesisFirehoseInputDescription

Gets and sets the property KinesisFirehoseInputDescription.

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

Public Property KinesisStreamsInputDescription Amazon.KinesisAnalytics.Model.KinesisStreamsInputDescription

Gets and sets the property KinesisStreamsInputDescription.

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

Public Property NamePrefix System.String

Gets and sets the property NamePrefix.

In-application name prefix.

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