| 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.ComputeOptimizer.Types.MemorySizeConfiguration
Description
Documentation
data MemorySizeConfiguration Source #
The memory size configurations of a container.
See: newMemorySizeConfiguration smart constructor.
Constructors
| MemorySizeConfiguration' | |
Instances
newMemorySizeConfiguration :: MemorySizeConfiguration Source #
Create a value of MemorySizeConfiguration 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:memory:MemorySizeConfiguration', memorySizeConfiguration_memory - The amount of memory in the container.
$sel:memoryReservation:MemorySizeConfiguration', memorySizeConfiguration_memoryReservation - The limit of memory reserve for the container.
memorySizeConfiguration_memory :: Lens' MemorySizeConfiguration (Maybe Int) Source #
The amount of memory in the container.
memorySizeConfiguration_memoryReservation :: Lens' MemorySizeConfiguration (Maybe Int) Source #
The limit of memory reserve for the container.