Values.AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationSourceDetails about the launch template to use.
type nonrec t = {launchTemplateId : NonEmptyString.t option;The identifier of the launch template. You must specify either LaunchTemplateId or LaunchTemplateName.
*)launchTemplateName : NonEmptyString.t option;The name of the launch template. You must specify either LaunchTemplateId or LaunchTemplateName.
*)version : NonEmptyString.t option;Identifies the version of the launch template. You can specify a version identifier, or use the values $Latest or $Default.
*)}