AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataBrew::Recipe

CfnRecipe

Specifies a new AWS Glue DataBrew transformation recipe.

Import

import { CfnRecipe } from 'aws-cdk-lib/aws-databrew';

Or use the module namespace:

import * as databrew from 'aws-cdk-lib/aws-databrew';
// databrew.CfnRecipe

Properties

Configuration passed to the constructor as CfnRecipeProps.

nameRequired
string

The unique name for the recipe.

stepsRequired
IResolvable | IResolvable | RecipeStepProperty[]

A list of steps that are defined by the recipe.

descriptionOptional
string

The description of the recipe.

tagsOptional
CfnTag[]

Metadata tags that have been applied to the recipe.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-databrew
CFN TypeAWS::DataBrew::Recipe
Properties4

External Links