GroupMixedInstancesPolicyLaunchTemplateOverrideLaunchTemplateSpecificationArgs

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

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. Conflicts with launch_template_name.

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

Name of the launch template. Conflicts with launch_template_id.

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

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

Functions

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