Amazon EventBridge Scheduler · Arazzo Workflow
EventBridge Scheduler Untag Schedule Group
Version 1.0.0
Resolve a schedule group ARN, remove tag keys, then list remaining tags.
Provider
Workflows
untag-schedule-group
Get a schedule group ARN, untag it by keys, then list remaining tags.
Retrieves a schedule group to obtain its ARN, removes the supplied tag keys from the group, and reads the tags back to confirm which tags remain.
1
getGroup
GetScheduleGroup
Retrieve the schedule group to capture its ARN, which is required to address the tagging resource.
2
untagGroup
UntagResource
Remove the supplied tag keys from the schedule group identified by its ARN.
3
listTags
ListTagsForResource
List the tags still associated with the schedule group to confirm the requested keys were removed.