Recipe

class Recipe

A Glue Studio node that uses a Glue DataBrew recipe in Glue jobs.

Types

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

Properties

Link copied to clipboard

The nodes that are inputs to the recipe node, identified by id.

Link copied to clipboard

The name of the Glue Studio node.

Link copied to clipboard

A reference to the DataBrew recipe used by the node.

Link copied to clipboard

Transform steps used in the recipe node.

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