SpotFleetFleetLaunchTemplateSpecificationArgs

data class SpotFleetFleetLaunchTemplateSpecificationArgs(val launchTemplateId: Output<String>? = null, val launchTemplateName: Output<String>? = null, val version: Output<String>) : ConvertibleToJava<SpotFleetFleetLaunchTemplateSpecificationArgs>

Constructors

constructor(launchTemplateId: Output<String>? = null, launchTemplateName: Output<String>? = null, version: Output<String>)

Properties

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

The ID of the launch template. You must specify the LaunchTemplateId or the LaunchTemplateName , but not both.

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

The name of the launch template. You must specify the LaunchTemplateName or the LaunchTemplateId , but not both.

Link copied to clipboard
val version: Output<String>

The version number of the launch template. Specifying $Latest or $Default for the template version number is not supported. However, you can specify LatestVersionNumber or DefaultVersionNumber using the Fn::GetAtt intrinsic function. For more information, see Fn::GetAtt .

Functions

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