ComputeEnvironmentComputeResourcesLaunchTemplateArgs

data class ComputeEnvironmentComputeResourcesLaunchTemplateArgs(val launchTemplateId: Output<String>? = null, val launchTemplateName: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<ComputeEnvironmentComputeResourcesLaunchTemplateArgs>

Constructors

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

Properties

Link copied to clipboard
val launchTemplateId: Output<String>? = null

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
val launchTemplateName: Output<String>? = null

Name of the launch template.

Link copied to clipboard
val version: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ComputeEnvironmentComputeResourcesLaunchTemplateArgs