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

ListTagsForResourceOutput

import type { ListTagsForResourceOutput } from "https://aws-api.deno.dev/v0.3/services/mwaa.ts?docs=full";
interface ListTagsForResourceOutput {
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The key-value tag pairs associated to your environment. To learn more, see Tagging Amazon Web Services resources.