Values.LaunchConfigurationTemplateSourceAccount level Launch Configuration Template.
type nonrec t = {launchConfigurationTemplateID : LaunchConfigurationTemplateID.t option;ID of the Launch Configuration Template.
*)arn : ARN.t option;ARN of the Launch Configuration Template.
*)launchDisposition : LaunchDisposition.t option;Launch disposition.
*)targetInstanceTypeRightSizingMethod : TargetInstanceTypeRightSizingMethod.t
option;Target instance type right-sizing method.
*)copyPrivateIp : Boolean.t option;Copy private IP.
*)copyTags : Boolean.t option;Copy tags.
*)licensing : Licensing.t option;Licensing.
*)exportBucketArn : ARN.t option;S3 bucket ARN to export Source Network templates.
*)postLaunchEnabled : Boolean.t option;Post-launch actions activated.
*)launchIntoSourceInstance : Boolean.t option;DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of LaunchConfigurationTemplateID.t
| `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list ]