Values.IamInstanceProfileV2SourceContains information about the IAM instance profile 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 IAM instance profile.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of Ec2InstanceUid.t ] list ]) list ]