NodeGroupLaunchTemplate

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Identifier of the EC2 Launch Template. Conflicts with name.

Link copied to clipboard
val name: String? = null

Name of the EC2 Launch Template. Conflicts with id.

Link copied to clipboard

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.