Transform Step
This step performs a transformation on an event and continues with its output to the next step.
Last updated
{
"transformClass": {
"type": "string",
"description": "The Java class for transformation (e.g., `com.rierino.handler.transform.JMESPayloadTransform`)"
},
"transformParameters": {
"type": "object",
"description": "Key-value pair parameters used by the specific transform class (such as pattern for JMESPath transform class)"
}
}