FleetLaunchTemplateConfigLaunchTemplateSpecificationArgs

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

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.

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

The name of the launch template.

Link copied to clipboard
val version: Output<String>

The launch template version number, $Latest, or $Default.

Functions

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