backup:UntagResource

Tagging

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

Resource types

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

arn:${Partition}:backup:${Region}:${Account}:backup-plan:${BackupPlanId}
backupPlan
arn:${Partition}:backup:${Region}:${Account}:backup-vault:${BackupVaultName}
backupVault
arn:${Partition}:backup:${Region}:${Account}:framework:${FrameworkName}-${FrameworkId}
framework
arn:${Partition}:backup:${Region}:${Account}:legal-hold:${LegalHoldId}
legalHold
arn:${Partition}:${Vendor}:${Region}:*:${ResourceType}:${RecoveryPointId}
recoveryPoint
arn:${Partition}:backup:${Region}:${Account}:report-plan:${ReportPlanName}-${ReportPlanId}
reportPlan
arn:${Partition}:backup:${Region}:${Account}:restore-testing-plan:${RestoreTestingPlanName}-${RestoreTestingPlanId}
restoreTestingPlan
arn:${Partition}:backup:${Region}:${Account}:tiering-configuration:${TieringConfigurationName}-${TieringConfigurationId}
tieringConfiguration

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

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

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

Related actions in backup

View all backup actions →