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 |
Documentation
data ProvisionedCapacity Source #
Details about a connector's provisioned capacity.
See: newProvisionedCapacity
smart constructor.
ProvisionedCapacity' | |
|
Instances
newProvisionedCapacity Source #
:: Natural | |
-> Natural | |
-> ProvisionedCapacity |
Create a value of ProvisionedCapacity
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:ProvisionedCapacity'
, provisionedCapacity_mcuCount
- The number of microcontroller units (MCUs) allocated to each connector
worker. The valid values are 1,2,4,8.
$sel:workerCount:ProvisionedCapacity'
, provisionedCapacity_workerCount
- The number of workers that are allocated to the connector.
provisionedCapacity_mcuCount :: Lens' ProvisionedCapacity Natural Source #
The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
provisionedCapacity_workerCount :: Lens' ProvisionedCapacity Natural Source #
The number of workers that are allocated to the connector.