GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification

data class GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecification(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

ID of the launch template. Conflicts with launch_template_name.

Link copied to clipboard

Name of the launch template. Conflicts with launch_template_id.

Link copied to clipboard
val version: String? = null

Template version. Can be version number, $Latest, or $Default. (Default: $Default).