FleetLaunchTemplateConfigLaunchTemplateSpecificationArgs

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

Constructors

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

Functions

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

Properties

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

ID of the launch template.

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

Name of the launch template.

Link copied to clipboard
val version: Output<String>

Version number of the launch template.