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
Documentation
data ProvisionedCapacityUpdate Source #
An update to a connector's fixed capacity.
See: newProvisionedCapacityUpdate
smart constructor.
ProvisionedCapacityUpdate' | |
|
Instances
newProvisionedCapacityUpdate Source #
Create a value of ProvisionedCapacityUpdate
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:mcuCount:ProvisionedCapacityUpdate'
, provisionedCapacityUpdate_mcuCount
- The number of microcontroller units (MCUs) allocated to each connector
worker. The valid values are 1,2,4,8.
$sel:workerCount:ProvisionedCapacityUpdate'
, provisionedCapacityUpdate_workerCount
- The number of workers that are allocated to the connector.
provisionedCapacityUpdate_mcuCount :: Lens' ProvisionedCapacityUpdate Natural Source #
The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
provisionedCapacityUpdate_workerCount :: Lens' ProvisionedCapacityUpdate Natural Source #
The number of workers that are allocated to the connector.