Class CfnLaunchTemplate.CpuProperty
Specifies the CPU performance to consider when using an instance family as the baseline reference.
Inheritance
System.Object
CfnLaunchTemplate.CpuProperty
Implements
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CpuProperty : Object, CfnLaunchTemplate.ICpuProperty
Syntax (vb)
Public Class CpuProperty
Inherits Object
Implements CfnLaunchTemplate.ICpuProperty
Remarks
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 cpuProperty = new CpuProperty {
References = new [] { new ReferenceProperty {
InstanceFamily = "instanceFamily"
} }
};
Synopsis
Constructors
CpuProperty() |
Properties
References | The instance family to use as the baseline reference for CPU performance. |
Constructors
CpuProperty()
public CpuProperty()
Properties
References
The instance family to use as the baseline reference for CPU performance.
public object References { get; set; }
Property Value
System.Object
Remarks
All instance types that match your specified attributes are compared against the CPU performance of the referenced instance family, regardless of CPU manufacturer or architecture differences.