ssm-quicksetup:UntagResource

Tagging

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

Resource types

ARNs that ssm-quicksetup:UntagResource can be scoped to in an IAM policy.

arn:${Partition}:ssm-quicksetup:${Region}:${Account}:configuration-manager/${ConfigurationManagerId}
configuration-manager

Condition keys

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

aws:ResourceTag/${TagKey} String

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

Example IAM policy

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

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

Related actions in ssm-quicksetup

View all ssm-quicksetup actions →