AWS::DataBrew::Recipe RecipeStep
Represents a single step from a DataBrew recipe to be performed.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Action" :
Action
, "ConditionExpressions" :[ ConditionExpression, ... ]
}
Properties
Action
-
The particular action to be performed in the recipe step.
Required: Yes
Type: Action
Update requires: No interruption
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.
Required: No
Type: Array of ConditionExpression
Update requires: No interruption