interface CpuProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnLaunchTemplate.CpuProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnLaunchTemplate_CpuProperty |
![]() | software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CpuProperty |
![]() | aws_cdk.aws_ec2.CfnLaunchTemplate.CpuProperty |
![]() | aws-cdk-lib » aws_ec2 » CfnLaunchTemplate » CpuProperty |
Specifies the CPU performance to consider when using an instance family as the baseline reference.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const cpuProperty: ec2.CfnLaunchTemplate.CpuProperty = {
references: [{
instanceFamily: 'instanceFamily',
}],
};
Properties
Name | Type | Description |
---|---|---|
references? | IResolvable | IResolvable | Reference [] | The instance family to use as the baseline reference for CPU performance. |
references?
Type:
IResolvable
|
IResolvable
|
Reference
[]
(optional)
The instance family to use as the baseline reference for CPU performance.
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.