Show / Hide Table of Contents

Interface CfnLaunchTemplate.ICreditSpecificationProperty

Specifies the credit option for CPU usage of a T2, T3, or T3a instance.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLaunchTemplate.ICreditSpecificationProperty
Syntax (vb)
Public Interface CfnLaunchTemplate.ICreditSpecificationProperty
Remarks

CreditSpecification is a property of AWS::EC2::LaunchTemplate LaunchTemplateData .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-creditspecification.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EC2;

             var creditSpecificationProperty = new CreditSpecificationProperty {
                 CpuCredits = "cpuCredits"
             };

Synopsis

Properties

CpuCredits

The credit option for CPU usage of a T instance.

Properties

CpuCredits

The credit option for CPU usage of a T instance.

string? CpuCredits { get; }
Property Value

string

Remarks

Valid values: standard | unlimited

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-creditspecification.html#cfn-ec2-launchtemplate-creditspecification-cpucredits

Back to top Generated by DocFX