InstanceLaunchTemplateSpecification

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

Constructors

Link copied to clipboard
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. You must specify the LaunchTemplateName or the LaunchTemplateId, but not both.

Link copied to clipboard

The name of the launch template. You must specify the LaunchTemplateName or the LaunchTemplateId, but not both.

Link copied to clipboard
val version: String? = null

The version number of the launch template.