pipes:UntagResource

Tagging

pipes:UntagResource is a Tagging access-level action in the pipes service. Grants permission to remove tags from a resource

Resource types

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

arn:${Partition}:pipes:${Region}:${Account}:pipe/${Name}
pipe

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by tag-value associated with the resource

Example IAM policy

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

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

Related actions in pipes

View all pipes actions →