interface LaunchTemplateSpec
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Eks.V2.Alpha.LaunchTemplateSpec |
Go | github.com/aws/aws-cdk-go/awscdkeksv2alpha/v2#LaunchTemplateSpec |
Java | software.amazon.awscdk.services.eks.v2.alpha.LaunchTemplateSpec |
Python | aws_cdk.aws_eks_v2_alpha.LaunchTemplateSpec |
TypeScript (source) | @aws-cdk/aws-eks-v2-alpha ยป LaunchTemplateSpec |
Launch template property specification.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as eks_v2_alpha from '@aws-cdk/aws-eks-v2-alpha';
const launchTemplateSpec: eks_v2_alpha.LaunchTemplateSpec = {
id: 'id',
// the properties below are optional
version: 'version',
};
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The Launch template ID. |
| version? | string | The launch template version to be used (optional). |
id
Type:
string
The Launch template ID.
version?
Type:
string
(optional, default: the default version of the launch template)
The launch template version to be used (optional).

.NET
Go
Java
Python
TypeScript (