Amazon EventBridge Pipes · Arazzo Workflow
EventBridge Pipes Describe, Update and Await
Version 1.0.0
Read an existing pipe, apply a configuration update, then poll until the pipe settles back to a stable state.
View Spec
View on GitHub
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerlessArazzoWorkflows
Provider
Workflows
describe-update-await
Describe a pipe, update it, then poll until the update settles.
Reads the current pipe configuration to recover its role ARN, submits an UpdatePipe call that revises the description and desired state, then polls DescribePipe until the pipe is no longer in the UPDATING state.
1
describeCurrent
DescribePipe
Read the existing pipe to capture its current role ARN and state before submitting the update.
2
applyUpdate
UpdatePipe
Submit the update revising the pipe description and desired state, reusing the role ARN recovered from the describe step unless one was supplied.
3
pollSettled
DescribePipe
Read the pipe state after the update. While it is still UPDATING, loop and poll again; once it has settled the workflow ends.