Ec2FleetFleetLaunchTemplateSpecificationRequestArgs

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

Constructors

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

Properties

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

The ID of the launch template. You must specify the LaunchTemplateId or the LaunchTemplateName , but not both.

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

The name of the launch template. You must specify the LaunchTemplateName or the LaunchTemplateId , but not both.

Link copied to clipboard
val version: Output<String>

The launch template version number, $Latest , or $Default . You must specify a value, otherwise the request fails. If the value is $Latest , Amazon EC2 uses the latest version of the launch template. If the value is $Default , Amazon EC2 uses the default version of the launch template.

Functions

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