braket:UntagResource

Tagging

braket:UntagResource is a Tagging access-level action in the braket service. Grants permission to remove one or more tags from a quantum task resource or a job. A tag consists of a key-value pair

Resource types

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

arn:${Partition}:braket:${Region}:${Account}:job/${RandomId}
job
arn:${Partition}:braket:${Region}:${Account}:quantum-task/${RandomId}
quantum-task
arn:${Partition}:braket:${Region}:${Account}:spending-limit/${RandomId}
spending-limit

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by tag key-value pairs attached to the resource

Example IAM policy

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

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

Related actions in braket

View all braket actions →