RecipeAction

Represents a transformation and associated parameters that are used to apply a change to a DataBrew dataset. For more information, see Recipe actions reference.

Types

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

Properties

Link copied to clipboard

The name of a valid DataBrew transformation to be performed on the data.

Link copied to clipboard

Contextual parameters for the transformation.

Functions

Link copied to clipboard
inline fun copy(block: RecipeAction.Builder.() -> Unit = {}): RecipeAction
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