fsx:UntagResource

Tagging

fsx:UntagResource is a Tagging access-level action in the fsx service. Grants permission to remove a tag from an Amazon FSx resource

Resource types

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

arn:${Partition}:fsx:${Region}:${Account}:association/${FileSystemIdOrFileCacheId}/${DataRepositoryAssociationId}
association
arn:${Partition}:fsx:${Region}:${Account}:backup/${BackupId}
backup
arn:${Partition}:fsx:${Region}:${Account}:file-cache/${FileCacheId}
file-cache
arn:${Partition}:fsx:${Region}:${Account}:file-system/${FileSystemId}
file-system
arn:${Partition}:fsx:${Region}:${Account}:snapshot/${VolumeId}/${SnapshotId}
snapshot
arn:${Partition}:fsx:${Region}:${Account}:storage-virtual-machine/${FileSystemId}/${StorageVirtualMachineId}
storage-virtual-machine
arn:${Partition}:fsx:${Region}:${Account}:task/${TaskId}
task
arn:${Partition}:fsx:${Region}:${Account}:volume/${FileSystemId}/${VolumeId}
volume

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

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

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

Related actions in fsx

View all fsx actions →