Ec2Fleet Fleet Launch Template Specification Request
data class Ec2FleetFleetLaunchTemplateSpecificationRequest(val launchTemplateId: String? = null, val launchTemplateName: String? = null, val version: String)
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.