NodegroupLaunchTemplateSpecificationArgs

data class NodegroupLaunchTemplateSpecificationArgs(val id: Output<String>? = null, val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<NodegroupLaunchTemplateSpecificationArgs>

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

Constructors

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

Properties

Link copied to clipboard
val id: Output<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. After node group creation, you cannot use a different ID.

Link copied to clipboard
val name: Output<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. After node group creation, you cannot use a different name.

Link copied to clipboard
val version: Output<String>? = null

The version number of the launch template to use. If no version is specified, then the template's default version is used. You can use a different version for node group updates.

Functions

Link copied to clipboard
open override fun toJava(): NodegroupLaunchTemplateSpecificationArgs