Values.FindingSourceInformation about a specific CodeDeploy deployment or CloudFormation stack creation or update that occurred around the time of a reported incident. These activities can be investigated as a potential cause of the incident.
type nonrec t = {creationTime : Timestamp.t option;The timestamp for when a finding was created.
*)details : FindingDetails.t option;Details about the finding.
*)id : FindingId.t option;The ID assigned to the finding.
*)lastModifiedTime : Timestamp.t option;The timestamp for when the finding was most recently updated with additional information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of FindingId.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of Arn.t | `Timestamp of Timestamp.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]