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

TagOutput

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

§Properties

§
Arn?: string | null
[src]

The ARN of the tagged resource.

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

The tags that have been added to the specified resource group.