Values_3.LaunchTemplateSpecificationSourceDescribes the launch template to use.
type nonrec t = {launchTemplateId : Values_0.LaunchTemplateId.t option;The ID of the launch template. You must specify either the launch template ID or the launch template name, but not both.
*)launchTemplateName : Values_0.String_.t option;The name of the launch template. You must specify either the launch template ID or the launch template name, but not both.
*)version : Values_0.String_.t option;The launch template version number, $Latest, or $Default. A value of $Latest uses the latest version of the launch template. A value of $Default uses the default version of the launch template. Default: The default version of the launch template.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.LaunchTemplateId.t ]) list ]