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.AWS.EC2.dll
Syntax (csharp)
public interface ICreditSpecificationProperty
Syntax (vb)
Public Interface ICreditSpecificationProperty
Remarks

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-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;

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

Synopsis

Properties

CpuCredits

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

Properties

CpuCredits

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

virtual string CpuCredits { get; }
Property Value

System.String

Remarks

Valid values are standard and unlimited .

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

Back to top Generated by DocFX