Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/datapipeline/create-pipeline.rst
1567 views
**To create a pipeline**

This example creates a pipeline::

   aws datapipeline create-pipeline --name my-pipeline --unique-id my-pipeline-token
   
The following is example output::

  {
      "pipelineId": "df-00627471SOVYZEXAMPLE"
  }