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
DescribePipe
Read the pipe by name to resolve the ARN that the tagging operations require.
2
applyTags
TagResource
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
ListTagsForResource
Read the tags back for the pipe ARN to verify that the tags were stored.