AWS::DataBrew::RecipeSpecifies a new AWS Glue DataBrew transformation recipe.
import { CfnRecipe } from 'aws-cdk-lib/aws-databrew';Or use the module namespace:
import * as databrew from 'aws-cdk-lib/aws-databrew';
// databrew.CfnRecipeConfiguration passed to the constructor as CfnRecipeProps.
nameRequiredstringThe unique name for the recipe.
stepsRequiredIResolvable | IResolvable | RecipeStepProperty[]A list of steps that are defined by the recipe.
descriptionOptionalstringThe description of the recipe.
tagsOptionalCfnTag[]Metadata tags that have been applied to the recipe.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-databrewAWS::DataBrew::Recipe