ComputeEnvironmentComputeResourcesLaunchTemplate

data class ComputeEnvironmentComputeResourcesLaunchTemplate(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. You must specify either the launch template ID or launch template name in the request, but not both.

Link copied to clipboard

Name of the launch template.

Link copied to clipboard
val version: String? = null

The version number of the launch template. Default: The default version of the launch template.