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.3/services/appmesh.ts?docs=full";

TODO: Failed to render documentation: unhandled top level doc tag zonbook

interface TagResourceInput {
resourceArn: string;
tags: TagRef[];
}

§Properties

§
resourceArn: string
[src]

The Amazon Resource Name (ARN) of the resource to add tags to.

§
tags: TagRef[]
[src]

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.