Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data CpuOptions Source #
The options for how a device's CPU is configured.
See: newCpuOptions
smart constructor.
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 cores that the CPU can use.
$sel:threadsPerCore:CpuOptions'
, cpuOptions_threadsPerCore
- The number of threads per core in the CPU.
cpuOptions_coreCount :: Lens' CpuOptions (Maybe Int) Source #
The number of cores that the CPU can use.
cpuOptions_threadsPerCore :: Lens' CpuOptions (Maybe Int) Source #
The number of threads per core in the CPU.