interface RecipeReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DataBrew.RecipeReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdatabrew#RecipeReference |
Java | software.amazon.awscdk.interfaces.databrew.RecipeReference |
Python | aws_cdk.interfaces.aws_databrew.RecipeReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_databrew } from 'aws-cdk-lib/interfaces';
const recipeReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript