Recipe

class Recipe

Represents one or more actions to be performed on a DataBrew dataset.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time that the recipe was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user who created the recipe.

Link copied to clipboard

The description of the recipe.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user who last modified the recipe.

Link copied to clipboard

The last modification date and time of the recipe.

Link copied to clipboard

The unique name for the recipe.

Link copied to clipboard

The name of the project that the recipe is associated with.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user who published the recipe.

Link copied to clipboard

The date and time when the recipe was published.

Link copied to clipboard

The identifier for the version for the recipe. Must be one of the following:

Link copied to clipboard

The Amazon Resource Name (ARN) for the recipe.

Link copied to clipboard

A list of steps that are defined by the recipe.

Link copied to clipboard

Metadata tags that have been applied to the recipe.

Functions

Link copied to clipboard
inline fun copy(block: Recipe.Builder.() -> Unit = {}): Recipe
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String