Values.GraphSourceA behavior graph in Detective.
type nonrec t = {arn : GraphArn.t option;The ARN of the behavior graph.
*)createdTime : Timestamp.t option;The date and time that the behavior graph was created. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of GraphArn.t | `Timestamp of Timestamp.t ]) list ]