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

ListTagsForResourceRequest

import type { ListTagsForResourceRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface ListTagsForResourceRequest {
ResourceId: string;
ResourceType: ResourceTypeForTagging;
}

§Properties

§
ResourceId: string
[src]

The resource ID for which you want to see a list of tags.

§

Returns a list of tags for a specific resource type.