Values.FastLaunchConfigurationSourceDefine and configure faster launching for output Windows AMIs.
type nonrec t = {enabled : Boolean.t;A Boolean that represents the current state of faster launching for the Windows AMI. Set to true to start using Windows faster launching, or false to stop using it.
*)snapshotConfiguration : FastLaunchSnapshotConfiguration.t option;Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
*)maxParallelLaunches : MaxParallelLaunches.t option;The maximum number of parallel instances that are launched for creating resources.
*)launchTemplate : FastLaunchLaunchTemplateSpecification.t option;The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
*)accountId : AccountId.t option;The owner account ID for the fast-launch enabled Windows AMI.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of MaxParallelLaunches.t
| `String of AccountId.t
| `Structure of
(string
* [> `Integer of TargetResourceCount.t
| `String of LaunchTemplateId.t ])
list ])
list ]