bugbust:UpdateWorkItemAdmin

Write

bugbust:UpdateWorkItemAdmin is a Write access-level action in the bugbust service. Grants permission to update an event's work item (bug or profiling group)

Resource types

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

aws:ResourceTag/${TagKey} String

Filters access based on the tags associated with the resource

Dependent actions

To use bugbust:UpdateWorkItemAdmin you may also need to grant:

Example IAM policy

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

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

Related actions in bugbust

View all bugbust actions →