Values_2.EdgeSourceA directed edge connecting two lineage entities.
type nonrec t = {sourceArn : Values_0.AssociationEntityArn.t option;The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.
*)destinationArn : Values_0.AssociationEntityArn.t option;The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.
*)associationType : Values_0.AssociationEdgeType.t option;The type of the Association(Edge) between the source and destination. For example ContributedTo, Produced, or DerivedFrom.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Values_0.AssociationEntityArn.t ])
list ]