Amazon EventBridge Pipes · Arazzo Workflow
EventBridge Pipes Tag Pipe and Verify
Version 1.0.0
Resolve a pipe's ARN by name, apply tags to it, then list the resource tags to verify they were stored.
View Spec
View on GitHub
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerlessArazzoWorkflows
Provider
Workflows
tag-pipe-and-verify
Resolve a pipe ARN by name, tag it, then list its tags to verify.
Reads a pipe by name to obtain its ARN, applies the supplied tags to that ARN with TagResource, and reads the tags back with ListTagsForResource to confirm the tagging succeeded.
1
resolveArn
Read the pipe by name to resolve the ARN that the tagging operations require.
2
applyTags
Assign the supplied tags to the pipe identified by the resolved ARN. Any existing tag with a matching key has its value replaced.
3
verifyTags
Read the tags back for the pipe ARN to verify that the tags were stored.
Source API Descriptions
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.