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

TagResourceInput

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

§Properties

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

The tags for the resource.

§
WorkloadArn: string
[src]