Amazon EventBridge Scheduler · Arazzo Workflow
EventBridge Scheduler Audit Schedule Group Tags
Version 1.0.0
List schedule groups, inspect the first match, then list its tags.
Provider
Workflows
audit-schedule-group-tags
List schedule groups, get the first match, then list its tags.
Filters schedule groups by name prefix, and when at least one group matches, retrieves the group detail and reads its tags for an audit. When no group matches the flow ends cleanly.
1
listGroups
ListScheduleGroups
List the schedule groups, optionally filtered by a name prefix, returning at most the requested number of results.
2
getGroup
GetScheduleGroup
Retrieve the first matched schedule group to capture its ARN for the tag lookup.
3
listTags
ListTagsForResource
List the tags associated with the matched schedule group using its ARN.