| 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.VCpuCountRangeRequest
Description
Documentation
data VCpuCountRangeRequest Source #
The minimum and maximum number of vCPUs.
See: newVCpuCountRangeRequest smart constructor.
Constructors
| VCpuCountRangeRequest' | |
Instances
newVCpuCountRangeRequest Source #
Arguments
| :: Int | |
| -> VCpuCountRangeRequest |
Create a value of VCpuCountRangeRequest 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:VCpuCountRangeRequest', vCpuCountRangeRequest_max - The maximum number of vCPUs. To specify no maximum limit, omit this
parameter.
$sel:min:VCpuCountRangeRequest', vCpuCountRangeRequest_min - The minimum number of vCPUs. To specify no minimum limit, specify 0.
vCpuCountRangeRequest_max :: Lens' VCpuCountRangeRequest (Maybe Int) Source #
The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
vCpuCountRangeRequest_min :: Lens' VCpuCountRangeRequest Int Source #
The minimum number of vCPUs. To specify no minimum limit, specify 0.