interface InstanceConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_pcs.CfnComputeNodeGroup.InstanceConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspcs#CfnComputeNodeGroup_InstanceConfigProperty |
![]() | software.amazon.awscdk.services.pcs.CfnComputeNodeGroup.InstanceConfigProperty |
![]() | aws_cdk.aws_pcs.CfnComputeNodeGroup.InstanceConfigProperty |
![]() | aws-cdk-lib » aws_pcs » CfnComputeNodeGroup » InstanceConfigProperty |
An EC2 instance configuration AWS PCS uses to launch compute nodes.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pcs as pcs } from 'aws-cdk-lib';
const instanceConfigProperty: pcs.CfnComputeNodeGroup.InstanceConfigProperty = {
instanceType: 'instanceType',
};
Properties
Name | Type | Description |
---|---|---|
instance | string | The EC2 instance type that AWS PCS can provision in the compute node group. |
instanceType?
Type:
string
(optional)
The EC2 instance type that AWS PCS can provision in the compute node group.
Example: t2.xlarge