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

TagInput

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

§Properties

§
Arn: string
[src]

The ARN of the resource group to which to add tags.

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

The tags to add to the specified resource group. A tag is a string-to-string map of key-value pairs.