Amazon EventBridge Pipes · Arazzo Workflow
EventBridge Pipes Create, Start and Confirm
Version 1.0.0
Create a pipe in the STOPPED state, explicitly start it, then describe it to confirm the running configuration.
View Spec
View on GitHub
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerlessArazzoWorkflows
Provider
Workflows
create-start-describe
Create a stopped pipe, start it, then describe it to confirm.
Creates a pipe in the STOPPED state, issues StartPipe to begin processing, and reads the pipe back with DescribePipe to surface its current and desired state plus its full source/target configuration.
1
createStopped
CreatePipe
Create the pipe with DesiredState STOPPED so it is provisioned but does not begin processing events until explicitly started.
2
startPipe
StartPipe
Request that the newly created pipe transition to the RUNNING state so it begins reading from the source and delivering to the target.
3
confirmPipe
DescribePipe
Read the pipe back to confirm its reported state and surface its full source, target, and enrichment configuration.