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

TagDescription

import type { TagDescription } from "https://aws-api.deno.dev/v0.3/services/elbv2.ts?docs=full";

The tags associated with a resource.

interface TagDescription {
ResourceArn?: string | null;
Tags: Tag[];
}

§Properties

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource.

§
Tags: Tag[]
[src]

Information about the tags.