Values_0.RecipeSourceA Glue Studio node that uses a Glue DataBrew recipe in Glue jobs.
type nonrec t = {name : NodeName.t;The name of the Glue Studio node.
*)inputs : OneInput.t;The nodes that are inputs to the recipe node, identified by id.
*)recipeReference : RecipeReference.t option;A reference to the DataBrew recipe used by the node.
*)recipeSteps : RecipeSteps.t option;Transform steps used in the recipe node.
*)}val make :
?recipeReference:??? ->
?recipeSteps:??? ->
name:NodeName.t ->
inputs:OneInput.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of NodeId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of DatabrewCondition.t ])
list ]
list
| `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of Operation.t ])
list ])
list ]
list
| `String of NodeName.t
| `Structure of
(string * [> `String of EnclosedInStringProperty.t ]) list ])
list ]