class Aws::GlueDataBrew::Types::RecipeStep

Represents a single step from a DataBrew recipe to be performed.

@note When making an API call, you may pass RecipeStep

data as a hash:

    {
      action: { # required
        operation: "Operation", # required
        parameters: {
          "ParameterName" => "ParameterValue",
        },
      },
      condition_expressions: [
        {
          condition: "Condition", # required
          value: "ConditionValue",
          target_column: "TargetColumn", # required
        },
      ],
    }

@!attribute [rw] action

The particular action to be performed in the recipe step.
@return [Types::RecipeAction]

@!attribute [rw] condition_expressions

One or more conditions that must be met for the recipe step to
succeed.

<note markdown="1"> All of the conditions in the array must be met. In other words, all
of the conditions must be combined using a logical AND operation.

 </note>
@return [Array<Types::ConditionExpression>]

@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/RecipeStep AWS API Documentation

Constants

SENSITIVE