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 |
Documentation
data InitialCapacityConfig Source #
The initial capacity configuration per worker.
See: newInitialCapacityConfig
smart constructor.
InitialCapacityConfig' | |
|
Instances
newInitialCapacityConfig Source #
Create a value of InitialCapacityConfig
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:workerConfiguration:InitialCapacityConfig'
, initialCapacityConfig_workerConfiguration
- The resource configuration of the initial capacity configuration.
$sel:workerCount:InitialCapacityConfig'
, initialCapacityConfig_workerCount
- The number of workers in the initial capacity configuration.
initialCapacityConfig_workerConfiguration :: Lens' InitialCapacityConfig (Maybe WorkerResourceConfig) Source #
The resource configuration of the initial capacity configuration.
initialCapacityConfig_workerCount :: Lens' InitialCapacityConfig Natural Source #
The number of workers in the initial capacity configuration.