aws-cdk-lib.aws_databrew.CfnJob.RecipeProperty

interface RecipeProperty

LanguageType name
.NETAmazon.CDK.AWS.DataBrew.CfnJob.RecipeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdatabrew#CfnJob_RecipeProperty
Javasoftware.amazon.awscdk.services.databrew.CfnJob.RecipeProperty
Pythonaws_cdk.aws_databrew.CfnJob.RecipeProperty
TypeScript aws-cdk-lib » aws_databrew » CfnJob » RecipeProperty

Represents one or more actions to be performed on a DataBrew dataset.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_databrew as databrew } from 'aws-cdk-lib';
const recipeProperty: databrew.CfnJob.RecipeProperty = {
  name: 'name',

  // the properties below are optional
  version: 'version',
};

Properties

NameTypeDescription
namestringThe unique name for the recipe.
version?stringThe identifier for the version for the recipe.

name

Type: string

The unique name for the recipe.


version?

Type: string (optional)

The identifier for the version for the recipe.