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 ProvisionedCapacityDescription = ProvisionedCapacityDescription' {}
- newProvisionedCapacityDescription :: ProvisionedCapacityDescription
- provisionedCapacityDescription_workerCount :: Lens' ProvisionedCapacityDescription (Maybe Int)
- provisionedCapacityDescription_mcuCount :: Lens' ProvisionedCapacityDescription (Maybe Int)
Documentation
data ProvisionedCapacityDescription Source #
The description of a connector's provisioned capacity.
See: newProvisionedCapacityDescription
smart constructor.
Instances
newProvisionedCapacityDescription :: ProvisionedCapacityDescription Source #
Create a value of ProvisionedCapacityDescription
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:workerCount:ProvisionedCapacityDescription'
, provisionedCapacityDescription_workerCount
- The number of workers that are allocated to the connector.
$sel:mcuCount:ProvisionedCapacityDescription'
, provisionedCapacityDescription_mcuCount
- The number of microcontroller units (MCUs) allocated to each connector
worker. The valid values are 1,2,4,8.
provisionedCapacityDescription_workerCount :: Lens' ProvisionedCapacityDescription (Maybe Int) Source #
The number of workers that are allocated to the connector.
provisionedCapacityDescription_mcuCount :: Lens' ProvisionedCapacityDescription (Maybe Int) Source #
The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.