| 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.VCpuCountRange
Description
Synopsis
Documentation
data VCpuCountRange Source #
The minimum and maximum number of vCPUs.
See: newVCpuCountRange smart constructor.
Constructors
| VCpuCountRange' | |
Instances
newVCpuCountRange :: VCpuCountRange Source #
Create a value of VCpuCountRange 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:VCpuCountRange', vCpuCountRange_max - The maximum number of vCPUs. If this parameter is not specified, there
is no maximum limit.
$sel:min:VCpuCountRange', vCpuCountRange_min - The minimum number of vCPUs. If the value is 0, there is no minimum
limit.
vCpuCountRange_max :: Lens' VCpuCountRange (Maybe Int) Source #
The maximum number of vCPUs. If this parameter is not specified, there is no maximum limit.
vCpuCountRange_min :: Lens' VCpuCountRange (Maybe Int) Source #
The minimum number of vCPUs. If the value is 0, there is no minimum
limit.