interface CustomLaunchTemplateProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_pcs.CfnComputeNodeGroup.CustomLaunchTemplateProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspcs#CfnComputeNodeGroup_CustomLaunchTemplateProperty |
![]() | software.amazon.awscdk.services.pcs.CfnComputeNodeGroup.CustomLaunchTemplateProperty |
![]() | aws_cdk.aws_pcs.CfnComputeNodeGroup.CustomLaunchTemplateProperty |
![]() | aws-cdk-lib » aws_pcs » CfnComputeNodeGroup » CustomLaunchTemplateProperty |
An Amazon EC2 launch template 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 customLaunchTemplateProperty: pcs.CfnComputeNodeGroup.CustomLaunchTemplateProperty = {
id: 'id',
version: 'version',
};
Properties
Name | Type | Description |
---|---|---|
id | string | The ID of the EC2 launch template to use to provision instances. |
version | string | The version of the EC2 launch template to use to provision instances. |
id
Type:
string
The ID of the EC2 launch template to use to provision instances.
version
Type:
string
The version of the EC2 launch template to use to provision instances.