| 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.AutoScaling.Types.AcceleratorTotalMemoryMiBRequest
Description
Synopsis
- data AcceleratorTotalMemoryMiBRequest = AcceleratorTotalMemoryMiBRequest' {}
- newAcceleratorTotalMemoryMiBRequest :: AcceleratorTotalMemoryMiBRequest
- acceleratorTotalMemoryMiBRequest_max :: Lens' AcceleratorTotalMemoryMiBRequest (Maybe Natural)
- acceleratorTotalMemoryMiBRequest_min :: Lens' AcceleratorTotalMemoryMiBRequest (Maybe Natural)
Documentation
data AcceleratorTotalMemoryMiBRequest Source #
Specifies the minimum and maximum for the AcceleratorTotalMemoryMiB
object when you specify InstanceRequirements for an Auto Scaling group.
See: newAcceleratorTotalMemoryMiBRequest smart constructor.
Constructors
| AcceleratorTotalMemoryMiBRequest' | |
Instances
newAcceleratorTotalMemoryMiBRequest :: AcceleratorTotalMemoryMiBRequest Source #
Create a value of AcceleratorTotalMemoryMiBRequest 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:AcceleratorTotalMemoryMiBRequest', acceleratorTotalMemoryMiBRequest_max - The memory maximum in MiB.
$sel:min:AcceleratorTotalMemoryMiBRequest', acceleratorTotalMemoryMiBRequest_min - The memory minimum in MiB.
acceleratorTotalMemoryMiBRequest_max :: Lens' AcceleratorTotalMemoryMiBRequest (Maybe Natural) Source #
The memory maximum in MiB.
acceleratorTotalMemoryMiBRequest_min :: Lens' AcceleratorTotalMemoryMiBRequest (Maybe Natural) Source #
The memory minimum in MiB.