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 AutoScaling = AutoScaling' {}
- newAutoScaling :: Natural -> Natural -> Natural -> AutoScaling
- autoScaling_scaleInPolicy :: Lens' AutoScaling (Maybe ScaleInPolicy)
- autoScaling_scaleOutPolicy :: Lens' AutoScaling (Maybe ScaleOutPolicy)
- autoScaling_maxWorkerCount :: Lens' AutoScaling Natural
- autoScaling_mcuCount :: Lens' AutoScaling Natural
- autoScaling_minWorkerCount :: Lens' AutoScaling Natural
Documentation
data AutoScaling Source #
Specifies how the connector scales.
See: newAutoScaling
smart constructor.
AutoScaling' | |
|
Instances
:: Natural | |
-> Natural | |
-> Natural | |
-> AutoScaling |
Create a value of AutoScaling
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:scaleInPolicy:AutoScaling'
, autoScaling_scaleInPolicy
- The sacle-in policy for the connector.
$sel:scaleOutPolicy:AutoScaling'
, autoScaling_scaleOutPolicy
- The sacle-out policy for the connector.
$sel:maxWorkerCount:AutoScaling'
, autoScaling_maxWorkerCount
- The maximum number of workers allocated to the connector.
$sel:mcuCount:AutoScaling'
, autoScaling_mcuCount
- The number of microcontroller units (MCUs) allocated to each connector
worker. The valid values are 1,2,4,8.
$sel:minWorkerCount:AutoScaling'
, autoScaling_minWorkerCount
- The minimum number of workers allocated to the connector.
autoScaling_scaleInPolicy :: Lens' AutoScaling (Maybe ScaleInPolicy) Source #
The sacle-in policy for the connector.
autoScaling_scaleOutPolicy :: Lens' AutoScaling (Maybe ScaleOutPolicy) Source #
The sacle-out policy for the connector.
autoScaling_maxWorkerCount :: Lens' AutoScaling Natural Source #
The maximum number of workers allocated to the connector.
autoScaling_mcuCount :: Lens' AutoScaling Natural Source #
The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
autoScaling_minWorkerCount :: Lens' AutoScaling Natural Source #
The minimum number of workers allocated to the connector.