Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ParallelismConfigurationDescription = ParallelismConfigurationDescription' {}
- newParallelismConfigurationDescription :: ParallelismConfigurationDescription
- parallelismConfigurationDescription_autoScalingEnabled :: Lens' ParallelismConfigurationDescription (Maybe Bool)
- parallelismConfigurationDescription_currentParallelism :: Lens' ParallelismConfigurationDescription (Maybe Natural)
- parallelismConfigurationDescription_parallelismPerKPU :: Lens' ParallelismConfigurationDescription (Maybe Natural)
- parallelismConfigurationDescription_configurationType :: Lens' ParallelismConfigurationDescription (Maybe ConfigurationType)
- parallelismConfigurationDescription_parallelism :: Lens' ParallelismConfigurationDescription (Maybe Natural)
Documentation
data ParallelismConfigurationDescription Source #
Describes parameters for how a Flink-based Kinesis Data Analytics application executes multiple tasks simultaneously.
See: newParallelismConfigurationDescription
smart constructor.
ParallelismConfigurationDescription' | |
|
Instances
newParallelismConfigurationDescription :: ParallelismConfigurationDescription Source #
Create a value of ParallelismConfigurationDescription
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:autoScalingEnabled:ParallelismConfigurationDescription'
, parallelismConfigurationDescription_autoScalingEnabled
- Describes whether the Kinesis Data Analytics service can increase the
parallelism of the application in response to increased throughput.
$sel:currentParallelism:ParallelismConfigurationDescription'
, parallelismConfigurationDescription_currentParallelism
- Describes the current number of parallel tasks that a Flink-based
Kinesis Data Analytics application can perform. If AutoScalingEnabled
is set to True, Kinesis Data Analytics can increase this value in
response to application load. The service can increase this value 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 can reduce the
CurrentParallelism
value down to the Parallelism
setting.
$sel:parallelismPerKPU:ParallelismConfigurationDescription'
, parallelismConfigurationDescription_parallelismPerKPU
- 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.
$sel:configurationType:ParallelismConfigurationDescription'
, parallelismConfigurationDescription_configurationType
- Describes whether the application uses the default parallelism for the
Kinesis Data Analytics service.
$sel:parallelism:ParallelismConfigurationDescription'
, parallelismConfigurationDescription_parallelism
- Describes the initial number of parallel tasks that a Flink-based
Kinesis Data Analytics 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 can reduce the CurrentParallelism
value down to the
Parallelism
setting.
parallelismConfigurationDescription_autoScalingEnabled :: Lens' ParallelismConfigurationDescription (Maybe Bool) Source #
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.
parallelismConfigurationDescription_currentParallelism :: Lens' ParallelismConfigurationDescription (Maybe Natural) Source #
Describes the current number of parallel tasks that a Flink-based
Kinesis Data Analytics application can perform. If AutoScalingEnabled
is set to True, Kinesis Data Analytics can increase this value in
response to application load. The service can increase this value 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 can reduce the
CurrentParallelism
value down to the Parallelism
setting.
parallelismConfigurationDescription_parallelismPerKPU :: Lens' ParallelismConfigurationDescription (Maybe Natural) Source #
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.
parallelismConfigurationDescription_configurationType :: Lens' ParallelismConfigurationDescription (Maybe ConfigurationType) Source #
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
parallelismConfigurationDescription_parallelism :: Lens' ParallelismConfigurationDescription (Maybe Natural) Source #
Describes the initial number of parallel tasks that a Flink-based
Kinesis Data Analytics 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 can reduce the CurrentParallelism
value down to the
Parallelism
setting.