ComputeEnvironmentLaunchTemplateSpecificationOverrideArgs

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

Constructors

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

Properties

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

The ID of the launch template. Note: If you specify the launchTemplateId you can't specify the launchTemplateName as well.

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

The name of the launch template. Note: If you specify the launchTemplateName you can't specify the launchTemplateId as well.

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

The instance type or family that this override launch template should be applied to. This parameter is required when defining a launch template override. Information included in this parameter must meet the following requirements:

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

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

Functions

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