ComputeEnvironmentLaunchTemplateSpecificationArgs

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

Constructors

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

Properties

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

The ID of the launch template.

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

The name of the launch template.

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

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

Functions

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