Values_0.NodeSourceA node represents an Glue component (trigger, crawler, or job) on a workflow graph.
type nonrec t = {type_ : NodeType.t option;The type of Glue component represented by the node.
*)name : NameString.t option;The name of the Glue component represented by the node.
*)uniqueId : NameString.t option;The unique Id assigned to the node within the workflow.
*)triggerDetails : TriggerNodeDetails.t option;Details of the Trigger when the node represents a Trigger.
*)jobDetails : JobNodeDetails.t option;Details of the Job when the node represents a Job.
*)crawlerDetails : CrawlerNodeDetails.t option;Details of the crawler when the node represents a crawler.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NameString.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Double of NullableDouble.t
| `Enum of string
| `Integer of AttemptCount.t
| `List of
[> `Structure of
(string * [> `String of NameString.t ]) list ]
list
| `Map of
([> `String of GenericString.t ]
* [> `String of GenericString.t ])
list
| `String of IdString.t
| `Structure of
(string * [> `Integer of NotifyDelayAfter.t ])
list
| `Timestamp of TimestampValue.t ])
list ]
list
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Integer of Timeout.t
| `Map of
([> `String of GenericString.t ]
* [> `String of GenericString.t ])
list
| `String of NameString.t
| `Structure of
(string * [> `Integer of NotifyDelayAfter.t ])
list ])
list ]
list
| `String of NameString.t
| `Structure of
(string
* [> `Enum of string
| `Integer of BatchSize.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of NameString.t ])
list ]
list ])
list ])
list ])
list ])
list ]