SpotInstanceRequestLaunchTemplate

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

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

ID of the launch template. Conflicts with name.

Link copied to clipboard
val name: String? = null

Name of the launch template. Conflicts with id.

Link copied to clipboard
val version: String? = null

Template version. Can be a specific version number, $Latest or $Default. The default value is $Default.