finspace:ListTagsForResource

List

finspace:ListTagsForResource is a List access-level action in the finspace service. Grants permission to return a list of tags for a resource

Resource types

ARNs that finspace:ListTagsForResource can be scoped to in an IAM policy.

arn:${Partition}:finspace:${Region}:${Account}:environment/${EnvironmentId}
environment
arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}/kxCluster/${KxCluster}
kxCluster
arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}/kxDatabase/${KxDatabase}
kxDatabase
arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}/kxDatabase/${KxDatabase}/kxDataview/${KxDataview}
kxDataview
arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}
kxEnvironment
arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}/kxScalingGroup/${KxScalingGroup}
kxScalingGroup
arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}/kxUser/${UserName}
kxUser
arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}/kxVolume/${KxVolume}
kxVolume

Condition keys

Keys you can use in the Condition block of a policy that grants finspace:ListTagsForResource.

aws:ResourceTag/${TagKey} String

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

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowFinspaceListTagsForResource",
      "Effect": "Allow",
      "Action": "finspace:ListTagsForResource",
      "Resource": "*"
    }
  ]
}

Related actions in finspace

View all finspace actions →