| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KinesisAnalyticsV2.Types.ParallelismConfigurationUpdate
Description
Synopsis
- data ParallelismConfigurationUpdate = ParallelismConfigurationUpdate' {}
- newParallelismConfigurationUpdate :: ParallelismConfigurationUpdate
- parallelismConfigurationUpdate_autoScalingEnabledUpdate :: Lens' ParallelismConfigurationUpdate (Maybe Bool)
- parallelismConfigurationUpdate_configurationTypeUpdate :: Lens' ParallelismConfigurationUpdate (Maybe ConfigurationType)
- parallelismConfigurationUpdate_parallelismPerKPUUpdate :: Lens' ParallelismConfigurationUpdate (Maybe Natural)
- parallelismConfigurationUpdate_parallelismUpdate :: Lens' ParallelismConfigurationUpdate (Maybe Natural)
Documentation
data ParallelismConfigurationUpdate Source #
Describes updates to parameters for how an application executes multiple tasks simultaneously.
See: newParallelismConfigurationUpdate smart constructor.
Constructors
| ParallelismConfigurationUpdate' | |
Fields
| |
Instances
newParallelismConfigurationUpdate :: ParallelismConfigurationUpdate Source #
Create a value of ParallelismConfigurationUpdate with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:autoScalingEnabledUpdate:ParallelismConfigurationUpdate', parallelismConfigurationUpdate_autoScalingEnabledUpdate - Describes updates to whether the Kinesis Data Analytics service can
increase the parallelism of a Flink-based Kinesis Data Analytics
application in response to increased throughput.
$sel:configurationTypeUpdate:ParallelismConfigurationUpdate', parallelismConfigurationUpdate_configurationTypeUpdate - Describes updates to whether the application uses the default
parallelism for the Kinesis Data Analytics service, or if a custom
parallelism is used. You must set this property to CUSTOM in order to
change your application's AutoScalingEnabled, Parallelism, or
ParallelismPerKPU properties.
$sel:parallelismPerKPUUpdate:ParallelismConfigurationUpdate', parallelismConfigurationUpdate_parallelismPerKPUUpdate - Describes updates to the number of parallel tasks an application can
perform per Kinesis Processing Unit (KPU) used by the application.
$sel:parallelismUpdate:ParallelismConfigurationUpdate', parallelismConfigurationUpdate_parallelismUpdate - Describes updates to the initial number of parallel tasks an application
can perform. If AutoScalingEnabled is set to True, then Kinesis Data
Analytics can increase the CurrentParallelism value in response to
application load. The service can increase CurrentParallelism up to
the maximum parallelism, which is ParalellismPerKPU times the maximum
KPUs for the application. The maximum KPUs for an application is 32 by
default, and can be increased by requesting a limit increase. If
application load is reduced, the service will reduce
CurrentParallelism down to the Parallelism setting.
parallelismConfigurationUpdate_autoScalingEnabledUpdate :: Lens' ParallelismConfigurationUpdate (Maybe Bool) Source #
Describes updates to whether the Kinesis Data Analytics service can increase the parallelism of a Flink-based Kinesis Data Analytics application in response to increased throughput.
parallelismConfigurationUpdate_configurationTypeUpdate :: Lens' ParallelismConfigurationUpdate (Maybe ConfigurationType) Source #
Describes updates to whether the application uses the default
parallelism for the Kinesis Data Analytics service, or if a custom
parallelism is used. You must set this property to CUSTOM in order to
change your application's AutoScalingEnabled, Parallelism, or
ParallelismPerKPU properties.
parallelismConfigurationUpdate_parallelismPerKPUUpdate :: Lens' ParallelismConfigurationUpdate (Maybe Natural) Source #
Describes updates to the number of parallel tasks an application can perform per Kinesis Processing Unit (KPU) used by the application.
parallelismConfigurationUpdate_parallelismUpdate :: Lens' ParallelismConfigurationUpdate (Maybe Natural) Source #
Describes updates to the initial number of parallel tasks an application
can perform. If AutoScalingEnabled is set to True, then Kinesis Data
Analytics can increase the CurrentParallelism value in response to
application load. The service can increase CurrentParallelism up to
the maximum parallelism, which is ParalellismPerKPU times the maximum
KPUs for the application. The maximum KPUs for an application is 32 by
default, and can be increased by requesting a limit increase. If
application load is reduced, the service will reduce
CurrentParallelism down to the Parallelism setting.