Show / Hide Table of Contents

Class RecipeReference

A reference to a Recipe resource.

Inheritance
object
RecipeReference
Implements
IRecipeReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IRecipeReference
Back to top Generated by DocFX