RecipeStep
Represents a single step from a DataBrew recipe to be performed.
Contents
Note
In the following list, the required parameters are described first.
- Action
-
The particular action to be performed in the recipe step.
Type: RecipeAction object
Required: Yes
- ConditionExpressions
-
One or more conditions that must be met for the recipe step to succeed.
Note
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.
Type: Array of ConditionExpression objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: