v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434243162.5 KB

Creates a pipeline. A pipeline consumes messages from a channel and allows you to process the messages before storing them in a data store. You must specify both a <code>channel</code> and a <code>datastore</code> activity and, optionally, as many as 23 additional activities in the <code>pipelineActivities</code> array.

post/pipelines

Request body

pipelineNamestring required

The name of the pipeline.

Response

Success

pipelineNamestring

The name of the pipeline.

pipelineArnstring

The ARN of the pipeline.