Values.GraphSnapshotSummarySourceDetails about a graph snapshot.
type nonrec t = {id : SnapshotId.t option;The unique identifier of the graph snapshot.
*)name : SnapshotName.t option;The snapshot name. For example: my-snapshot-1. The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens. Only lowercase letters are allowed.
*)arn : String_.t option;The ARN of the graph snapshot.
*)sourceGraphId : GraphId.t option;The graph identifier for the graph for which a snapshot is to be created.
*)snapshotCreateTime : Timestamp.t option;The time when the snapshot was created.
*)status : SnapshotStatus.t option;The status of the graph snapshot.
*)kmsKeyIdentifier : KmsKeyArn.t option;The ID of the KMS key used to encrypt and decrypt the snapshot.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of SnapshotId.t
| `Timestamp of Timestamp.t ])
list ]