SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecification

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

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the launch template. Conflicts with name.

Link copied to clipboard
val name: String? = null

The name of the launch template. Conflicts with id.

Link copied to clipboard
val version: String? = null

Template version. Unlike the autoscaling equivalent, does not support $Latest or $Default, so use the launch_template resource's attribute, e.g., "${aws_launch_template.foo.latest_version}". It will use the default version if omitted.