Amazon Data Pipeline · Arazzo Workflow
Amazon Data Pipeline Validate Then Put Definition
Version 1.0.0
Validate a candidate pipeline definition and only commit it when it is error free.
Provider
Workflows
validate-then-put-definition
Validate pipeline objects, then commit them only if validation passes.
Branches on the validation result so an invalid definition never overwrites a working pipeline, while a clean definition is committed immediately.
1
validateDefinition
validatePipelineDefinition
Check the candidate pipeline objects for structural and semantic errors before any write occurs.
2
commitDefinition
putPipelineDefinition
Commit the validated pipeline objects to the pipeline now that validation reported no errors.