pi:UntagResource

Tagging

pi:UntagResource is a Tagging access-level action in the pi service. Grants permission to call UntagResource API to untag a resource

Resource types

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

arn:${Partition}:pi:${Region}:${Account}:perf-reports/${ServiceType}/${Identifier}/${ReportId}
perf-reports-resource

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

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

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

Related actions in pi

View all pi actions →