interface RecipeReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataBrew.RecipeReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatabrew#RecipeReference |
![]() | software.amazon.awscdk.services.databrew.RecipeReference |
![]() | aws_cdk.aws_databrew.RecipeReference |
![]() | aws-cdk-lib » aws_databrew » RecipeReference |
A reference to a Recipe resource.
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 recipeReference: databrew.RecipeReference = {
recipeName: 'recipeName',
};
Properties
Name | Type | Description |
---|---|---|
recipe | string | The Name of the Recipe resource. |
recipeName
Type:
string
The Name of the Recipe resource.