Values.FastLaunchLaunchTemplateSpecificationSourceIdentifies the launch template that the associated Windows AMI uses for launching an instance when faster launching is enabled. You can specify either the launchTemplateName or the launchTemplateId, but not both.
type nonrec t = {launchTemplateId : LaunchTemplateId.t option;The ID of the launch template to use for faster launching for a Windows AMI.
*)launchTemplateName : NonEmptyString.t option;The name of the launch template to use for faster launching for a Windows AMI.
*)launchTemplateVersion : NonEmptyString.t option;The version of the launch template to use for faster launching for a Windows AMI.
*)}