| 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.MemoryGiBPerVCpuRequest
Description
Synopsis
Documentation
data MemoryGiBPerVCpuRequest Source #
The minimum and maximum amount of memory per vCPU, in GiB.
See: newMemoryGiBPerVCpuRequest smart constructor.
Constructors
| MemoryGiBPerVCpuRequest' | |
Instances
newMemoryGiBPerVCpuRequest :: MemoryGiBPerVCpuRequest Source #
Create a value of MemoryGiBPerVCpuRequest 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:MemoryGiBPerVCpuRequest', memoryGiBPerVCpuRequest_max - The maximum amount of memory per vCPU, in GiB. To specify no maximum
limit, omit this parameter.
$sel:min:MemoryGiBPerVCpuRequest', memoryGiBPerVCpuRequest_min - The minimum amount of memory per vCPU, in GiB. To specify no minimum
limit, omit this parameter.
memoryGiBPerVCpuRequest_max :: Lens' MemoryGiBPerVCpuRequest (Maybe Double) Source #
The maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this parameter.
memoryGiBPerVCpuRequest_min :: Lens' MemoryGiBPerVCpuRequest (Maybe Double) Source #
The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this parameter.