bugbust:TagResource

Tagging

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

Resource types

ARNs that bugbust:TagResource 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:TagResource.

aws:ResourceTag/${TagKey} String

Filters access based on the tags associated with the resource

Example IAM policy

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

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

Related actions in bugbust

View all bugbust actions →