| 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.EMRServerless.Types.TotalResourceUtilization
Description
Synopsis
- data TotalResourceUtilization = TotalResourceUtilization' {}
- newTotalResourceUtilization :: TotalResourceUtilization
- totalResourceUtilization_memoryGBHour :: Lens' TotalResourceUtilization (Maybe Double)
- totalResourceUtilization_storageGBHour :: Lens' TotalResourceUtilization (Maybe Double)
- totalResourceUtilization_vCPUHour :: Lens' TotalResourceUtilization (Maybe Double)
Documentation
data TotalResourceUtilization Source #
The aggregate vCPU, memory, and storage resources used from the time job start executing till the time job is terminated, rounded up to the nearest second.
See: newTotalResourceUtilization smart constructor.
Constructors
| TotalResourceUtilization' | |
Fields
| |
Instances
newTotalResourceUtilization :: TotalResourceUtilization Source #
Create a value of TotalResourceUtilization 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:memoryGBHour:TotalResourceUtilization', totalResourceUtilization_memoryGBHour - The aggregated memory used per hour from the time job start executing
till the time job is terminated.
$sel:storageGBHour:TotalResourceUtilization', totalResourceUtilization_storageGBHour - The aggregated storage used per hour from the time job start executing
till the time job is terminated.
$sel:vCPUHour:TotalResourceUtilization', totalResourceUtilization_vCPUHour - The aggregated vCPU used per hour from the time job start executing till
the time job is terminated.
totalResourceUtilization_memoryGBHour :: Lens' TotalResourceUtilization (Maybe Double) Source #
The aggregated memory used per hour from the time job start executing till the time job is terminated.
totalResourceUtilization_storageGBHour :: Lens' TotalResourceUtilization (Maybe Double) Source #
The aggregated storage used per hour from the time job start executing till the time job is terminated.
totalResourceUtilization_vCPUHour :: Lens' TotalResourceUtilization (Maybe Double) Source #
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.