Ec2Fleet Fleet Launch Template Specification Request Args
data class Ec2FleetFleetLaunchTemplateSpecificationRequestArgs(val launchTemplateId: Output<String>? = null, val launchTemplateName: Output<String>? = null, val version: Output<String>) : ConvertibleToJava<Ec2FleetFleetLaunchTemplateSpecificationRequestArgs>
Properties
Link copied to clipboard
The ID of the launch template. You must specify the LaunchTemplateId
or the LaunchTemplateName
, but not both.
Link copied to clipboard
The name of the launch template. You must specify the LaunchTemplateName
or the LaunchTemplateId
, but not both.
Link copied to clipboard
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.