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/grafana.ts?docs=full";
interface TagResourceRequest {
resourceArn: string;
tags: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
resourceArn: string
[src]

The ARN of the resource the tag is associated with.

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

The list of tag keys and values to associate with the resource. You can associate tag keys only, tags (key and values) only or a combination of tag keys and tags.