ComputeEnvironmentLaunchTemplateSpecification

data class ComputeEnvironmentLaunchTemplateSpecification(val launchTemplateId: String? = null, val launchTemplateName: String? = null, val overrides: List<ComputeEnvironmentLaunchTemplateSpecificationOverride>? = null, val version: String? = null)

Constructors

constructor(launchTemplateId: String? = null, launchTemplateName: String? = null, overrides: List<ComputeEnvironmentLaunchTemplateSpecificationOverride>? = 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

A launch template to use in place of the default launch template. You must specify either the launch template ID or launch template name in the request, but not both. You can specify up to ten (10) launch template overrides that are associated to unique instance types or families for each compute environment.

Link copied to clipboard
val version: String? = null

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