Values_0.RecipeReferenceSourceA reference to a Glue DataBrew recipe.
type nonrec t = {recipeArn : EnclosedInStringProperty.t;The ARN of the DataBrew recipe.
*)recipeVersion : RecipeVersion.t;The RecipeVersion of the DataBrew recipe.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of EnclosedInStringProperty.t ]) list ]