Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListTagsForResourceInput

import type { ListTagsForResourceInput } from "https://aws-api.deno.dev/v0.4/services/oam.ts?docs=full";
interface ListTagsForResourceInput {
ResourceArn: string;
}

§Properties

§
ResourceArn: string
[src]

The ARN of the resource that you want to view tags for.

The ARN format of a sink is arn:aws:oam:_Region_:_account-id_:sink/_sink-id_

The ARN format of a link is arn:aws:oam:_Region_:_account-id_:link/_link-id_

For more information about ARN format, see CloudWatch Logs resources and operations.

! IMPORTANT: ! Unlike tagging permissions in other Amazon Web Services services, to retrieve the list of tags for links or sinks you must have the oam:RequestTag permission. ! The aws:ReguestTag permission does not allow you to tag and untag links and sinks.