Represents a transformation and associated parameters that are used to apply a change to an AWS Glue DataBrew dataset.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Operation" : String
,
"Parameters" : RecipeParameters
}
YAML
Operation: String
Parameters:
RecipeParameters
Properties
Operation
-
The name of a valid DataBrew transformation to be performed on the data.
Required: Yes
Type: String
Update requires: No interruption
Parameters
-
Contextual parameters for the transformation.
Required: No
Type: RecipeParameters
Update requires: No interruption