ApplicationInputParallelismArgs

data class ApplicationInputParallelismArgs(val count: Output<Int>? = null) : ConvertibleToJava<ApplicationInputParallelismArgs>

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: Output<Int>? = null)

Properties

Link copied to clipboard
val count: Output<Int>? = null

The number of in-application streams to create.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationInputParallelismArgs