| 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.CreditSpecification
Description
Documentation
data CreditSpecification Source #
Describes the credit option for CPU usage of a T instance.
See: newCreditSpecification smart constructor.
Constructors
| CreditSpecification' | |
Fields
| |
Instances
newCreditSpecification :: CreditSpecification Source #
Create a value of CreditSpecification 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:cpuCredits:CreditSpecification', creditSpecification_cpuCredits - The credit option for CPU usage of a T instance.
Valid values: standard | unlimited
creditSpecification_cpuCredits :: Lens' CreditSpecification (Maybe Text) Source #
The credit option for CPU usage of a T instance.
Valid values: standard | unlimited