InputUpdate

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

Input ID of the application input to be updated.

Link copied to clipboard

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

Link copied to clipboard

Describes updates for an input processing configuration.

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 an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

Link copied to clipboard

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

Link copied to clipboard

Name prefix for in-application streams that Amazon Kinesis 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