| 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.KafkaConnect.Types.AutoScalingUpdate
Description
Synopsis
- data AutoScalingUpdate = AutoScalingUpdate' {}
- newAutoScalingUpdate :: Natural -> Natural -> Natural -> ScaleInPolicyUpdate -> ScaleOutPolicyUpdate -> AutoScalingUpdate
- autoScalingUpdate_maxWorkerCount :: Lens' AutoScalingUpdate Natural
- autoScalingUpdate_mcuCount :: Lens' AutoScalingUpdate Natural
- autoScalingUpdate_minWorkerCount :: Lens' AutoScalingUpdate Natural
- autoScalingUpdate_scaleInPolicy :: Lens' AutoScalingUpdate ScaleInPolicyUpdate
- autoScalingUpdate_scaleOutPolicy :: Lens' AutoScalingUpdate ScaleOutPolicyUpdate
Documentation
data AutoScalingUpdate Source #
The updates to the auto scaling parameters for the connector.
See: newAutoScalingUpdate smart constructor.
Constructors
| AutoScalingUpdate' | |
Fields
| |
Instances
Arguments
| :: Natural | |
| -> Natural | |
| -> Natural | |
| -> ScaleInPolicyUpdate | |
| -> ScaleOutPolicyUpdate | |
| -> AutoScalingUpdate |
Create a value of AutoScalingUpdate 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:maxWorkerCount:AutoScalingUpdate', autoScalingUpdate_maxWorkerCount - The target maximum number of workers allocated to the connector.
$sel:mcuCount:AutoScalingUpdate', autoScalingUpdate_mcuCount - The target number of microcontroller units (MCUs) allocated to each
connector worker. The valid values are 1,2,4,8.
$sel:minWorkerCount:AutoScalingUpdate', autoScalingUpdate_minWorkerCount - The target minimum number of workers allocated to the connector.
$sel:scaleInPolicy:AutoScalingUpdate', autoScalingUpdate_scaleInPolicy - The target sacle-in policy for the connector.
$sel:scaleOutPolicy:AutoScalingUpdate', autoScalingUpdate_scaleOutPolicy - The target sacle-out policy for the connector.
autoScalingUpdate_maxWorkerCount :: Lens' AutoScalingUpdate Natural Source #
The target maximum number of workers allocated to the connector.
autoScalingUpdate_mcuCount :: Lens' AutoScalingUpdate Natural Source #
The target number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
autoScalingUpdate_minWorkerCount :: Lens' AutoScalingUpdate Natural Source #
The target minimum number of workers allocated to the connector.
autoScalingUpdate_scaleInPolicy :: Lens' AutoScalingUpdate ScaleInPolicyUpdate Source #
The target sacle-in policy for the connector.
autoScalingUpdate_scaleOutPolicy :: Lens' AutoScalingUpdate ScaleOutPolicyUpdate Source #
The target sacle-out policy for the connector.