interface RecipeProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.DataBrew.CfnJob.RecipeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatabrew#CfnJob_RecipeProperty |
Java | software.amazon.awscdk.services.databrew.CfnJob.RecipeProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
name | string | The unique name for the recipe. |
version? | string | The 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.