| 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.EC2.Types.MemoryMiBRequest
Description
Synopsis
Documentation
data MemoryMiBRequest Source #
The minimum and maximum amount of memory, in MiB.
See: newMemoryMiBRequest smart constructor.
Constructors
| MemoryMiBRequest' | |
Instances
Arguments
| :: Int | |
| -> MemoryMiBRequest |
Create a value of MemoryMiBRequest 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:max:MemoryMiBRequest', memoryMiBRequest_max - The maximum amount of memory, in MiB. To specify no maximum limit, omit
this parameter.
$sel:min:MemoryMiBRequest', memoryMiBRequest_min - The minimum amount of memory, in MiB. To specify no minimum limit,
specify 0.
memoryMiBRequest_max :: Lens' MemoryMiBRequest (Maybe Int) Source #
The maximum amount of memory, in MiB. To specify no maximum limit, omit this parameter.
memoryMiBRequest_min :: Lens' MemoryMiBRequest Int Source #
The minimum amount of memory, in MiB. To specify no minimum limit,
specify 0.