Skip to content

ListTagsForResource

Source: src/AWS/Transcribe/ListTagsForResource.ts

Runtime binding for transcribe:ListTagsForResource — list the tags on a Transcribe resource by ARN.

Amazon Transcribe batch actions have no resource-level IAM; the host is granted transcribe:ListTagsForResource on *.

// init
const listTagsForResource = yield* AWS.Transcribe.ListTagsForResource();
// runtime
const { Tags } = yield* listTagsForResource({
ResourceArn: "arn:aws:transcribe:us-east-1:123456789012:vocabulary/tenant-123",
});