| 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.VCpuCountRequest
Description
Synopsis
Documentation
data VCpuCountRequest Source #
Specifies the minimum and maximum for the VCpuCount object when you
specify InstanceRequirements for an Auto Scaling group.
See: newVCpuCountRequest smart constructor.
Constructors
| VCpuCountRequest' | |
Instances
Arguments
| :: Natural | |
| -> VCpuCountRequest |
Create a value of VCpuCountRequest 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:VCpuCountRequest', vCpuCountRequest_max - The maximum number of vCPUs.
$sel:min:VCpuCountRequest', vCpuCountRequest_min - The minimum number of vCPUs.
vCpuCountRequest_max :: Lens' VCpuCountRequest (Maybe Natural) Source #
The maximum number of vCPUs.
vCpuCountRequest_min :: Lens' VCpuCountRequest Natural Source #
The minimum number of vCPUs.