Amazon Data Pipeline · Arazzo Workflow
Amazon Data Pipeline Provision and Activate
Version 1.0.0
Create an empty pipeline, populate its definition, activate it, and confirm its state.
Provider
Workflows
provision-and-activate-pipeline
Create a pipeline, set its definition, activate it, and confirm state.
Chains createPipeline into putPipelineDefinition, then activatePipeline, and finally describePipelines so the newly provisioned pipeline is fully running and its state is observed in a single pass.
1
createPipeline
Create a new, empty pipeline shell using the supplied name and idempotent unique id.
2
putDefinition
Populate the freshly created pipeline with its objects (schedules, defaults, activities, preconditions).
3
activatePipeline
Validate and start the pipeline so it begins processing its tasks on the configured schedule.
4
confirmState
Read back the pipeline metadata to confirm the pipeline exists and observe its current state after activation.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.