chime:ListTagsForResource

Read

chime:ListTagsForResource is a Read access-level action in the chime service. Grants permission to list the tags applied to an Amazon Chime resource

Resource types

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

arn:${Partition}:chime:${Region}:${AccountId}:app-instance/${AppInstanceId}
app-instance
arn:${Partition}:chime:${Region}:${AccountId}:app-instance/${AppInstanceId}/bot/${AppInstanceBotId}
app-instance-bot
arn:${Partition}:chime:${Region}:${AccountId}:app-instance/${AppInstanceId}/user/${AppInstanceUserId}
app-instance-user
arn:${Partition}:chime:${Region}:${AccountId}:app-instance/${AppInstanceId}/channel/${ChannelId}
channel
arn:${Partition}:chime:${Region}:${AccountId}:app-instance/${AppInstanceId}/channel-flow/${ChannelFlowId}
channel-flow
arn:${Partition}:chime:${Region}:${AccountId}:media-insights-pipeline-configuration/${ConfigurationName}
media-insights-pipeline-configuration
arn:${Partition}:chime:${Region}:${AccountId}:media-pipeline/${MediaPipelineId}
media-pipeline
arn:${Partition}:chime:${Region}:${AccountId}:media-pipeline-kinesis-video-stream-pool/${PoolName}
media-pipeline-kinesis-video-stream-pool
arn:${Partition}:chime:${Region}:${AccountId}:meeting/${MeetingId}
meeting
arn:${Partition}:chime:${Region}:${AccountId}:sma/${SipMediaApplicationId}
sip-media-application
arn:${Partition}:chime:${Region}:${AccountId}:vc/${VoiceConnectorId}
voice-connector
arn:${Partition}:chime:${Region}:${AccountId}:voice-profile-domain/${VoiceProfileDomainId}
voice-profile-domain

Condition keys

Keys you can use in the Condition block of a policy that grants chime: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 chime:ListTagsForResource. Replace "Resource": "*" with a specific ARN to follow least privilege.

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

Related actions in chime

View all chime actions →