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

§Properties

§
ResourceArn: string
[src]

The ARN of the Glue resource to which to add the tags. For more information about Glue resource ARNs, see the Glue ARN string pattern.

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

Tags to add to this resource.