enum CpuCredits
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EC2.CpuCredits |
Java | software.amazon.awscdk.services.ec2.CpuCredits |
Python | aws_cdk.aws_ec2.CpuCredits |
TypeScript (source) | @aws-cdk/aws-ec2 » CpuCredits |
Provides the options for specifying the CPU credit type for burstable EC2 instance types (T2, T3, T3a, etc).
Members
| Name | Description |
|---|---|
| STANDARD | Standard bursting mode. |
| UNLIMITED | Unlimited bursting mode. |
STANDARD
Standard bursting mode.
UNLIMITED
Unlimited bursting mode.

.NET
Java
Python
TypeScript (