| 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.ProvisionedCapacityUpdate
Description
Synopsis
Documentation
data ProvisionedCapacityUpdate Source #
An update to a connector's fixed capacity.
See: newProvisionedCapacityUpdate smart constructor.
Constructors
| ProvisionedCapacityUpdate' | |
Fields
| |
Instances
newProvisionedCapacityUpdate Source #
Arguments
| :: Natural | |
| -> Natural | |
| -> ProvisionedCapacityUpdate |
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.