Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RecipeReference

import type { RecipeReference } from "https://aws-api.deno.dev/v0.3/services/databrew.ts?docs=full";

Represents the name and version of a DataBrew recipe.

interface RecipeReference {
Name: string;
RecipeVersion?: string | null;
}

§Properties

§
Name: string
[src]

The name of the recipe.

§
RecipeVersion?: string | null
[src]

The identifier for the version for the recipe.