| 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.CpuOptions
Description
Synopsis
Documentation
data CpuOptions Source #
The CPU options for the instance.
See: newCpuOptions smart constructor.
Constructors
| CpuOptions' | |
Instances
newCpuOptions :: CpuOptions Source #
Create a value of CpuOptions 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:coreCount:CpuOptions', cpuOptions_coreCount - The number of CPU cores for the instance.
$sel:threadsPerCore:CpuOptions', cpuOptions_threadsPerCore - The number of threads per CPU core.
cpuOptions_coreCount :: Lens' CpuOptions (Maybe Int) Source #
The number of CPU cores for the instance.
cpuOptions_threadsPerCore :: Lens' CpuOptions (Maybe Int) Source #
The number of threads per CPU core.