ApplicationApplicationConfigurationFlinkApplicationConfigurationParallelismConfiguration

data class ApplicationApplicationConfigurationFlinkApplicationConfigurationParallelismConfiguration(val autoScalingEnabled: Boolean? = null, val configurationType: String, val parallelism: Int? = null, val parallelismPerKpu: Int? = null)

Constructors

constructor(autoScalingEnabled: Boolean? = null, configurationType: String, parallelism: Int? = null, parallelismPerKpu: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.

Link copied to clipboard

Describes whether the application uses the default parallelism for the Kinesis Data Analytics service. Valid values: CUSTOM, DEFAULT. Set this attribute to CUSTOM in order for any specified auto_scaling_enabled, parallelism, or parallelism_per_kpu attribute values to be effective.

Link copied to clipboard
val parallelism: Int? = null

Describes the initial number of parallel tasks that a Flink-based Kinesis Data Analytics application can perform.

Link copied to clipboard
val parallelismPerKpu: Int? = null

Describes the number of parallel tasks that a Flink-based Kinesis Data Analytics application can perform per Kinesis Processing Unit (KPU) used by the application.