Values.CloudformationStackSourceContains information about the CloudFormation stack 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 were created as part of the same CloudFormation stack.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of Ec2InstanceUid.t ] list ]) list ]