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/athena.ts?docs=full";
interface TagResourceInput {
ResourceARN: string;
Tags: Tag[];
}

§Properties

§
ResourceARN: string
[src]

Specifies the ARN of the Athena resource (workgroup or data catalog) to which tags are to be added.

§
Tags: Tag[]
[src]

A collection of one or more tags, separated by commas, to be added to an Athena workgroup or data catalog resource.