NodegroupLaunchTemplateSpecification

data class NodegroupLaunchTemplateSpecification(val id: String? = null, val name: String? = null, val version: String? = null)

An object representing a launch template specification for AWS EKS Nodegroup.

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the launch template. You must specify either the launch template ID or the launch template name in the request, but not both.

Link copied to clipboard
val name: String? = null

The name of the launch template. You must specify either the launch template name or the launch template ID in the request, but not both.

Link copied to clipboard
val version: String? = null

The version number of the launch template to use. If no version is specified, then the template's default version is used.