Show / Hide Table of Contents

Class CpuCredits

Provides the options for specifying the CPU credit type for burstable EC2 instance types (T2, T3, T3a, etc).

Inheritance
System.Object
CpuCredits
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public sealed class CpuCredits : Enum
Syntax (vb)
Public NotInheritable Class CpuCredits
    Inherits

     Enum
Remarks

See: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-how-to.html

Synopsis

Fields

STANDARD

Standard bursting mode.

UNLIMITED

Unlimited bursting mode.

value__

Fields

STANDARD

Standard bursting mode.

public const CpuCredits STANDARD
Field Value
Type Description
CpuCredits
Remarks

See: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-standard-mode.html

UNLIMITED

Unlimited bursting mode.

public const CpuCredits UNLIMITED
Field Value
Type Description
CpuCredits
Remarks

See: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode.html

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX