Application Application Configuration Flink Application Configuration Parallelism Configuration
data class ApplicationApplicationConfigurationFlinkApplicationConfigurationParallelismConfiguration(val autoScalingEnabled: Boolean? = null, val configurationType: String, val parallelism: Int? = null, val parallelismPerKpu: Int? = null)
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
Describes the initial number of parallel tasks that a Flink-based Kinesis Data Analytics application can perform.
Link copied to clipboard
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.