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.3/services/rum.ts?docs=full";
interface TagResourceRequest {
ResourceArn: string;
Tags: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
ResourceArn: string
[src]

The ARN of the CloudWatch RUM resource that you're adding tags to.

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

The list of key-value pairs to associate with the resource.