ComputeEnvironmentLaunchTemplateSpecification

data class ComputeEnvironmentLaunchTemplateSpecification(val launchTemplateId: String? = null, val launchTemplateName: String? = null, val version: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the launch template.

Link copied to clipboard

The name of the launch template.

Link copied to clipboard
val version: String? = null

The version number of the launch template, $Latest , or $Default . If the value is $Latest , the latest version of the launch template is used. If the value is $Default , the default version of the launch template is used.