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

Tags

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

The collection of tags. Each tag element is associated with a given resource.

interface Tags {
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

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

The collection of tags. Each tag element is associated with a given resource.