bugbust:UntagResource

Tagging

bugbust:UntagResource is a Tagging access-level action in the bugbust service. Grants permission to untag a Bugbust resource

Resource types

ARNs that bugbust:UntagResource can be scoped to in an IAM policy.

arn:${Partition}:bugbust:${Region}:${Account}:events/${EventId}
Event

Condition keys

Keys you can use in the Condition block of a policy that grants bugbust:UntagResource.

aws:ResourceTag/${TagKey} String

Filters access based on the tags associated with the resource

Example IAM policy

A minimal policy that allows bugbust:UntagResource. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowBugbustUntagResource",
      "Effect": "Allow",
      "Action": "bugbust:UntagResource",
      "Resource": "*"
    }
  ]
}

Related actions in bugbust

View all bugbust actions →