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

TagResourceRequest

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

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN)

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

A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.