Module Values_0.RecipeReferenceSource

A reference to a Glue DataBrew recipe.

Sourcetype nonrec t = {
  1. recipeArn : EnclosedInStringProperty.t;
    (*

    The ARN of the DataBrew recipe.

    *)
  2. recipeVersion : RecipeVersion.t;
    (*

    The RecipeVersion of the DataBrew recipe.

    *)
}
Sourceval context_ : string
Sourceval make : recipeArn:EnclosedInStringProperty.t -> recipeVersion:RecipeVersion.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EnclosedInStringProperty.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t