SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecificationArgs

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

Constructors

fun SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecificationArgs(id: Output<String>? = null, name: Output<String>? = null, version: Output<String>? = null)

Functions

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

Properties

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

The ID of the launch template. Conflicts with name.

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

The name of the launch template. Conflicts with id.

Link copied to clipboard
val version: Output<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.