Values.Ec2LaunchTemplateSourceContains information about the Amazon EC2 launch template involved in a GuardDuty finding, including unique identifiers of the Amazon EC2 instances.
type nonrec t = {ec2InstanceUids : Ec2InstanceUids.t option;A list of unique identifiers for the compromised Amazon EC2 instances that share the same Amazon EC2 launch template.
*)version : LaunchTemplateVersion.t option;Version of the EC2 launch template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Ec2InstanceUid.t ] list
| `String of LaunchTemplateVersion.t ])
list ]