NodeGroupLaunchTemplateArgs

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

Constructors

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

Properties

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

Identifier of the EC2 Launch Template. Conflicts with name.

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

Name of the EC2 Launch Template. Conflicts with id.

Link copied to clipboard
val version: Output<String>

EC2 Launch Template version number. While the API accepts values like $Default and $Latest, the API will convert the value to the associated version number (e.g., 1) on read and the provider will show a difference on next plan. Using the default_version or latest_version attribute of the aws.ec2.LaunchTemplate resource or data source is recommended for this argument.

Functions

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