InputUpdate

For a SQL-based Kinesis Data Analytics application, describes updates to a specific input configuration (identified by the InputId of an application).

Types

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

Properties

Link copied to clipboard

The input ID of the application input to be updated.

Link copied to clipboard

Describes the parallelism updates (the number of in-application streams Kinesis Data Analytics creates for the specific streaming source).

Link copied to clipboard

Describes updates to an InputProcessingConfiguration.

Link copied to clipboard

Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

Link copied to clipboard

If a Kinesis Data Firehose delivery stream is the streaming source to be updated, provides an updated stream ARN.

Link copied to clipboard

If a Kinesis data stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN).

Link copied to clipboard

The name prefix for in-application streams that Kinesis Data Analytics creates for the specific streaming source.

Functions

Link copied to clipboard
inline fun copy(block: InputUpdate.Builder.() -> Unit = {}): InputUpdate
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