| 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.MemoryGiBPerVCpu
Description
Synopsis
Documentation
data MemoryGiBPerVCpu Source #
The minimum and maximum amount of memory per vCPU, in GiB.
See: newMemoryGiBPerVCpu smart constructor.
Constructors
| MemoryGiBPerVCpu' | |
Instances
newMemoryGiBPerVCpu :: MemoryGiBPerVCpu Source #
Create a value of MemoryGiBPerVCpu 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:MemoryGiBPerVCpu', memoryGiBPerVCpu_max - The maximum amount of memory per vCPU, in GiB. If this parameter is not
specified, there is no maximum limit.
$sel:min:MemoryGiBPerVCpu', memoryGiBPerVCpu_min - The minimum amount of memory per vCPU, in GiB. If this parameter is not
specified, there is no minimum limit.
memoryGiBPerVCpu_max :: Lens' MemoryGiBPerVCpu (Maybe Double) Source #
The maximum amount of memory per vCPU, in GiB. If this parameter is not specified, there is no maximum limit.
memoryGiBPerVCpu_min :: Lens' MemoryGiBPerVCpu (Maybe Double) Source #
The minimum amount of memory per vCPU, in GiB. If this parameter is not specified, there is no minimum limit.