Class RecipeReference
A reference to a Recipe resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.DataBrew
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RecipeReference : IRecipeReference
Syntax (vb)
Public Class RecipeReference Implements IRecipeReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.DataBrew;
var recipeReference = new RecipeReference {
RecipeName = "recipeName"
};
Synopsis
Constructors
| RecipeReference() | A reference to a Recipe resource. |
Properties
| RecipeName | The Name of the Recipe resource. |
Constructors
RecipeReference()
A reference to a Recipe resource.
public RecipeReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.DataBrew;
var recipeReference = new RecipeReference {
RecipeName = "recipeName"
};
Properties
RecipeName
The Name of the Recipe resource.
public string RecipeName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated