InputDescription

Describes the application input configuration for a SQL-based Kinesis Data Analytics application.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

If a Kinesis Data Firehose delivery stream is configured as a streaming source, provides the delivery stream's ARN.

Link copied to clipboard

If a Kinesis data stream is configured as a streaming source, provides the Kinesis data stream's Amazon Resource Name (ARN).

Link copied to clipboard

The in-application name prefix.

Functions

Link copied to clipboard
inline fun copy(block: InputDescription.Builder.() -> Unit = {}): InputDescription
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String