ApplicationInputParallelism

data class ApplicationInputParallelism(val count: Int? = null)

For a SQL-based Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source.

Constructors

Link copied to clipboard
constructor(count: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

The number of in-application streams to create.