Values.CreateRecipeRequestSourceCreates a new DataBrew recipe.
type nonrec t = {description : RecipeDescription.t option;A description for the recipe.
*)name : RecipeName.t;A unique name for the recipe. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
*)steps : RecipeStepList.t;An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe action and (optionally) an array of condition expressions.
*)}val make :
?description:??? ->
?tags:??? ->
name:RecipeName.t ->
steps:RecipeStepList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Condition.t ]) list ]
list
| `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of Operation.t ])
list ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of RecipeDescription.t ])
list ]