| 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.ProvisionedCapacity
Description
Documentation
data ProvisionedCapacity Source #
Details about a connector's provisioned capacity.
See: newProvisionedCapacity smart constructor.
Constructors
| ProvisionedCapacity' | |
Fields
| |
Instances
newProvisionedCapacity Source #
Arguments
| :: 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.